-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 990 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
{
"name": "Nobibi-api",
"auther": "seawind8888",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "nodemon index.js --inspect",
"pm2": "pm2 start pm2.config.json"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"express": "~4.16.1",
"mongoose": "^5.0.11",
"nodemon": "^1.17.2",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/register": "^7.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"import-dir": "0.0.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
"koa-jwt": "^3.6.0",
"koa-logger": "^3.2.1",
"koa-router": "^7.4.0",
"koa2-cors": "^2.0.6",
"nodemon": "^1.18.6",
"pm2": "^3.5.1",
"request": "^2.88.0"
}
}