generated from HeraldStudio/herald-webservice-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
42
43
44
45
46
47
48
{
"name": "herald-webservice-template",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "yarn && cross-env NODE_ENV=development nodemon --tls-min-v1.0 app.js --mode=development --port=3000",
"start": "yarn && cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=production nodemon --tls-min-v1.0 app.js --mode=production --port=3000",
"doc": "apidoc -i ./middleware/ -i ./routes/ -o ./docs"
},
"repository": {
"type": "git",
"url": "https://github.com/HeraldStudio/herald-webservice-template"
},
"author": "Herald",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"axios-cookiejar-support": "^0.5.1",
"chalk": "^2.3.0",
"commander": "^4.1.1",
"cross-env": "^7.0.0",
"crypto": "^1.0.1",
"eslint": "^6.8.0",
"fast-xml-parser": "^3.16.0",
"fs": "^0.0.1-security",
"iconv-lite": "^0.5.1",
"js-yaml": "^3.10.0",
"jschardet-eastasia": "^1.4.1",
"kf-router": "^2.2.2",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"moment": "^2.24.0",
"mongodb": "^3.5.2",
"node-schedule": "^1.3.2",
"nodemon": "^2.0.2",
"ora": "^4.0.3",
"oracledb": "^4.2.0",
"prettyjson": "^1.2.1",
"querystring": "^0.2.0",
"tough-cookie": "^3.0.1",
"uuid": "^3.4.0",
"vm": "^0.1.0"
},
"devDependencies": {
"apidoc": "^0.20.0"
}
}