forked from verylove/renrenpay-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "renrenpay",
"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": {
"@alicloud/sms-sdk": "^1.1.6",
"async": "^2.6.2",
"debug": "^2.6.3",
"decimal.js": "^10.1.1",
"ejs": "~2.3.3",
"ioredis": "^4.9.0",
"jsonwebtoken": "^8.5.0",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-session": "^5.10.1",
"koa-simple-router": "^0.2.0",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"lodash": "^4.17.11",
"log4js": "^4.0.2",
"mysql2": "^1.6.5",
"nanoid": "^2.0.1",
"node-fetch": "^2.3.0",
"node-schedule": "^1.3.2",
"nodemailer": "^5.1.1",
"redis": "^2.8.0",
"request": "^2.88.0",
"sequelize": "^4.43.0",
"shelljs": "^0.8.3",
"uuid": "^3.3.2",
"websocket": "^1.0.28"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"nodemon": "^1.8.1"
}
}