-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
55
56
{
"name": "node-autodoc",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"files": [
"dist"
],
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"clean": "rimraf dist/*",
"test": "jest",
"build": "npx webpack",
"coveralls": "coveralls < coverage/lcov.info",
"release": "standard-version && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haixiang6123/node-autodoc.git"
},
"keywords": [],
"author": "HaixiangYan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Haixiang6123/node-autodoc/issues"
},
"homepage": "https://github.com/Haixiang6123/node-autodoc#readme",
"dependencies": {
"ejs": "^3.1.6",
"fs-extra": "^9.1.0",
"methods": "^1.1.2",
"supertest": "^6.1.3"
},
"devDependencies": {
"@babel/preset-env": "^7.14.0",
"babel-eslint": "^10.1.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"coveralls": "^3.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"express": "^4.17.1",
"jest": "^26.6.3",
"standard-version": "^9.2.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0"
}
}