-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 908 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
{
"name": "e-commerce-backend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bcrypt": "^2.0.1",
"blueimp-md5": "^2.10.0",
"crypto": "^1.0.1",
"debug": "^2.6.3",
"dx-captcha-sdk": "^0.1.0",
"form-data": "^2.3.2",
"glob": "^7.1.2",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.8.3",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"koa2-cors": "^2.0.5",
"mongoose": "^5.1.5",
"node-fetch": "^2.2.0",
"pug": "^2.0.0-rc.1",
"qcloudsms_js": "^0.1.1"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}