-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 785 Bytes
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
{
"name": "node_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pull": "git pull origin master",
"push": "git add . && git commit -m 初始化 && git push origin master",
"koa2Server": "node src/19_Koa中间层/scripts/server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@koa/router": "^10.0.0",
"axios": "^0.21.0",
"ioredis": "^4.19.2",
"jsonfile": "^6.1.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-combine-routers": "^4.0.2",
"koa-compress": "^5.0.1",
"koa-static": "^5.0.0",
"mongoose": "^5.10.14",
"mysql": "^2.18.1",
"qs": "^6.9.4",
"socket.io": "^3.0.1",
"uuid": "^8.3.1"
}
}