-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "koa2",
"version": "1.0.0",
"description": "基于koa2",
"scripts": {
"flush": "pm2 flush",
"dev": "cross-env NODE_ENV=dev node app",
"test": "npm run flush && pm2 restart pm2.config.json --env test",
"prd": "npm run flush && pm2 restart pm2.config.json --env prd"
},
"repository": {
"type": "git",
"url": "https://git.com/yangshuwei/"
},
"keywords": [],
"author": "ysw",
"license": "ISC",
"dependencies": {
"cookie-session": "^2.0.0-beta.3",
"cross-env": "^5.2.0",
"http-proxy-middleware": "^0.19.0",
"koa": "^2.5.1",
"koa-better-body": "^3.0.4",
"koa-bodyparser": "^4.2.1",
"koa-ejs": "^4.1.1",
"koa-handlebars": "^1.0.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.0.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.3",
"koa-useragent": "^1.1.0",
"koa-views": "^6.1.4",
"koa2": "^2.0.0-alpha.7",
"koa2-cors": "^2.0.5",
"koa2-useragent": "^0.2.8",
"log4js": "^3.0.5",
"node-schedule": "^1.3.0",
"request": "^2.88.0"
}
}