-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 952 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
39
40
{
"name": "node-backend",
"version": "1.0.0",
"description": "",
"author": "lhh",
"license": "MIT",
"scripts": {
"start": "nodemon bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@koa/multer": "^3.0.0",
"alipay-sdk": "^3.1.5",
"debug": "^4.1.1",
"got": "^11.8.2",
"id-generator": "^1.1.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-session": "^6.1.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"koa2-cors": "^2.0.6",
"md5": "^2.3.0",
"mongodb": "^3.6.3",
"multer": "^1.4.2",
"nanoid": "^3.1.22",
"pug": "^2.0.3",
"sse": "0.0.8"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}