-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 865 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
31
32
{
"name": "interest-computer",
"version": "1.0.0",
"description": "interest compute tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd server && NODE_ENV=dev supervisor index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhoupengqiang/interest-computer.git"
},
"author": "zhoupengqiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhoupengqiang/interest-computer/issues"
},
"homepage": "https://github.com/zhoupengqiang/interest-computer#readme",
"dependencies": {
"axios": "^0.18.0",
"cron": "^1.6.0",
"ioredis": "^4.6.2",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"mysql2": "^1.6.4"
}
}