forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "jsdoc",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.9",
"ajv": "^8.11.2",
"c8": "^7.12.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^6.1.0",
"hereby": "^1.6.4",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^6.0.3",
"license-check-and-add": "^4.0.5",
"lodash": "^4.17.21",
"mock-fs": "^5.2.0",
"prettier": "^2.7.1",
"taffydb": "2.6.2"
},
"engines": {
"node": ">=v18.12.0"
},
"scripts": {
"coverage": "node_modules/.bin/hereby coverage",
"default": "node_modules/.bin/hereby",
"dependency-licenses": "node_modules/.bin/hereby dependency-licenses",
"format": "node_modules/.bin/hereby format",
"license-check": "node_modules/.bin/hereby license-check",
"license-headers": "node_modules/.bin/hereby license-headers",
"lint": "node_modules/.bin/hereby lint",
"test": "node_modules/.bin/hereby test"
}
}