-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
72 lines (72 loc) · 1.82 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "api-gateway-v3",
"version": "1.0.0",
"description": "typescript试下简单的API网关",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lym152898/API-Gateway-v3.git"
},
"keywords": [
"typescipt",
"node"
],
"author": "linyimin",
"license": "ISC",
"bugs": {
"url": "https://github.com/lym152898/API-Gateway-v3/issues"
},
"homepage": "https://github.com/lym152898/API-Gateway-v3#readme",
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/log4js": "^2.3.5",
"@types/node": "^8.0.51",
"@types/request-promise": "^4.1.41",
"basic-auth": "^2.0.0",
"express": "^4.16.2",
"express-http-proxy": "^1.1.0",
"mysql": "^2.15.0",
"orm": "^4.0.1",
"request": "^2.83.0",
"swagger-jsdoc": "^1.9.7",
"ts-node": "^4.1.0",
"yamljs": "^0.3.0"
},
"dependencies": {
"@types/bluebird": "^3.5.18",
"@types/request-promise": "^4.1.39",
"async": "^2.6.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"enforce": "^0.1.7",
"express": "^4.16.2",
"express-http-proxy": "^1.1.0",
"finalhandler": "^1.1.0",
"formidable": "^1.1.1",
"forwarded": "^0.1.2",
"hat": "^0.0.3",
"hoek": "^5.0.3",
"inherits": "^2.0.3",
"ipaddr.js": "^1.5.4",
"jquery": "^3.3.1",
"js-yaml": "^2.1.3",
"json2yaml": "^1.1.0",
"lodash": "^4.17.4",
"log4js": "^2.5.3",
"node-schedule": "^1.3.0",
"orm": "^4.0.2",
"os-utils": "^0.0.14",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"silly-datetime": "^0.1.2",
"sql-query": "^0.1.26",
"uglify-js": "^2.8.29",
"xml2js": "^0.4.19",
"yamljs": "^0.3.0"
}
}