-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "commonform-html",
"description": "render Common Forms in HTML",
"version": "7.0.0",
"author": "Kyle E. Mitchell <[email protected]> (https://kemitchell.com/)",
"dependencies": {
"commonform-group-series": "^3.0.0",
"commonform-hash": "^1.0.0",
"commonform-predicate": "^6.0.0",
"commonform-prepare-blanks": "^1.0.1",
"commonform-smartify": "^1.0.1",
"escape-html": "^1.0.2",
"github-slugger": "^1.2.1",
"has": "^1.0.3",
"number-to-words-en": "^1.2.5",
"yargs": "^17.5.1"
},
"devDependencies": {
"commonform-lint": "^4.0.0",
"defence-cli": "^3.0.1",
"licensee": "^8.1.0",
"nyc": "^15.0.1",
"replace-require-self": "^1.0.0",
"standard": "^17.0.0",
"standard-markdown": "^7.1.0"
},
"bin": "./bin.js",
"files": [
"bin.js",
"index.js"
],
"license": "BlueOak-1.0.0",
"repository": "commonform/commonform-html",
"scripts": {
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
"lint": "standard && standard-markdown",
"licenses": "licensee --errors-only",
"test": "defence README.md | replace-require-self | node"
}
}