-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "expresses",
"version": "1.0.0",
"description": "express测试",
"main": "app.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec babel-node app.js --presets=@babel/preset-env"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"fs-extra": "^9.1.0",
"http-errors": "^1.8.0",
"mongoose": "^5.10.3",
"morgan": "^1.10.0",
"multiparty": "^4.2.2"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/MissFlower/node-serve-admin.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/MissFlower/node-serve-admin/issues"
},
"homepage": "https://github.com/MissFlower/node-serve-admin#readme"
}