-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 759 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
{
"name": "<%- projectName%>",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development supervisor index.js",
"test": "NODE_ENV=test supervisor index.js",
"prod": "NODE_ENV=production supervisor index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"bookshelf": "^0.12.0",
"bookshelf-camelcase": "^2.0.1",
"joi": "^13.1.0",
"knex": "^0.14.2",
"koa": "^2.4.1",
"koa-body": "^4.0.4",
"koa-helmet": "^3.3.0",
"koa-json": "^2.0.2",
"koa-router": "^7.3.0",
"koa2-cors": "^2.0.5",
"log4js": "^2.4.1",
"mysql": "^2.15.0"
}
}