-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 773 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 773 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
33
34
{
"name": "node-koa-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon app.js",
"start": "pm2 start bin/www",
"restart": "pm2 restart all bin/www",
"delpm": "pm2 delete all"
},
"dependencies": {
"crypto": "^1.0.1",
"debug": "^2.6.3",
"https": "^1.0.0",
"koa": "^2.8.2",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"koa2-cors": "^2.0.6",
"md5": "^2.2.1",
"node-fetch": "^2.6.0",
"pm2": "^3.4.0",
"pug": "^2.0.0-rc.1",
"ssl-root-cas": "^1.3.1"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}