forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 930 Bytes
/
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.6",
"ajv": "^8.11.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"gulp-eslint7": "^0.3.2",
"gulp-prettier": "^4.0.0",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^3.0.1",
"klaw-sync": "^6.0.0",
"lerna": "^5.4.3",
"mock-fs": "^5.1.4",
"nyc": "^15.1.0",
"prettier": "^2.7.1"
},
"resolutions": {
"ansi-regex": "5.0.1",
"fsevents": "2.3.2",
"glob-parent": "6.0.2",
"set-value": "4.0.1",
"trim-newlines": "4.0.2",
"trim-off-newlines": "1.0.3"
},
"engines": {
"node": ">=v16.14.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "gulp"
}
}