-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.38 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
41
42
43
44
45
46
{
"private": true,
"dependencies": {
"agreement-schedules-exhibits-numbering": "^2.0.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"commonform-analyze": "^4.0.0",
"commonform-commonmark": "^8.0.0",
"commonform-critique": "^1.0.3",
"commonform-docx": "^5.5.3",
"commonform-hash": "^1.0.1",
"commonform-html": "^3.6.1",
"commonform-lint": "^3.0.2",
"commonform-load-components": "^4.0.1",
"commonmark": "^0.30.0",
"decimal-numbering": "^3.0.2",
"depcheck": "^1.4.3",
"ejs": "^3.1.8",
"english-months": "^1.0.3",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"legal-versioning-compare": "^1.0.0",
"legal-versioning-parse": "^1.0.0",
"licensee": "^8.2.0",
"ooxml-signature-pages": "^3.1.0",
"outline-numbering": "^2.0.0",
"resolutions-schedules-exhibits-numbering": "^1.0.0",
"reviewers-edition-to-semver": "^1.0.1",
"rimraf": "^3.0.2",
"run-parallel": "^1.2.0",
"run-series": "^1.1.9"
},
"devDependencies": {
"commonform-prepare-blanks": "^1.0.2",
"creditstxt": "^2.0.0",
"prettier": "^2.7.1"
},
"scripts": {
"audit": "npm audit --production",
"build": "node ./generate.js | tee build.log ; npx creditstxt > site/credits.txt",
"check": "prettier --check .",
"deps": "depcheck",
"format": "prettier --write .",
"licenses": "licensee --errors-only"
}
}