-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"lint": "eslint . --fix"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"axios": "^0.19.0",
"bluebird": "^3.7.2",
"chinese-random-name": "^1.0.0",
"koa": "^2.8.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-swagger-decorator": "^1.6.0",
"mysql": "^2.18.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"swagger-decorator": "0.0.22"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@babel/runtime": "^7.7.7",
"eslint": "^6.5.1",
"nodemon": "^1.19.4"
}
}