forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
47
48
49
50
51
52
53
54
{
"name": "jsdoc",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@babel/eslint-parser": "7.21.3",
"@jsdoc/ast": "^0.2.0",
"@jsdoc/cli": "^0.3.0",
"@jsdoc/core": "^0.5.0",
"@jsdoc/doclet": "^0.2.0",
"@jsdoc/eslint-config": "^1.2.0",
"@jsdoc/parse": "^0.3.0",
"@jsdoc/prettier-config": "^0.2.0",
"@jsdoc/salty": "^0.2.4",
"@jsdoc/tag": "^0.2.0",
"@jsdoc/task-runner": "^0.2.0",
"@jsdoc/test-matchers": "^0.2.0",
"@jsdoc/util": "^0.3.0",
"ajv": "^8.12.0",
"c8": "^7.13.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"execa": "^7.1.1",
"hereby": "^1.8.1",
"jasmine": "^4.6.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^6.5.1",
"license-check-and-add": "^4.0.5",
"lodash": "^4.17.21",
"mock-fs": "^5.2.0",
"prettier": "^2.8.4"
},
"type": "module",
"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"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3"
}
}