forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 894 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
{
"name": "jsdoc",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.6",
"ajv": "^8.9.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gulp": "^4.0.2",
"gulp-eslint7": "^0.3.2",
"gulp-prettier": "^4.0.0",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^4.0.0",
"mock-fs": "^5.1.2",
"nyc": "^15.1.0",
"prettier": "^2.5.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.13.2"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "gulp"
}
}