forked from xinyangbest/zan-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.cli.json
68 lines (68 loc) · 1.5 KB
/
package.cli.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
{
"name": "zan-proxy",
"version": "4.1.0",
"description": "前端代理",
"main": "./dist/main.js",
"dependencies": {
"axios": "^0.18.0",
"commander": "^2.19.0",
"cookie": "^0.3.1",
"es6-promisify": "^6.0.1",
"fs-extra": "^7.0.1",
"get-port": "^3.2.0",
"http-proxy": "^1.17.0",
"inflation": "^2.0.0",
"inquirer": "^6.2.2",
"ip": "^1.1.5",
"jsonfile": "^2.4.0",
"koa": "^2.7.0",
"koa-bodyparser": "^2.3.0",
"koa-compose": "^4.0.0",
"koa-favicon": "^2.0.1",
"koa-mount": "^2.0.0",
"koa-qs": "^2.0.0",
"koa-router": "^7.2.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.11",
"lru-cache": "^4.0.2",
"mime-types": "^2.1.22",
"node-fetch": "^2.3.0",
"node-localstorage": "^1.3.1",
"npm": "^6.8.0",
"open": "0.0.5",
"ora": "^3.2.0",
"parse-domain": "^1.1.0",
"pem": "^1.14.2",
"promise.prototype.finally": "^3.1.0",
"raw-body": "^2.3.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.3",
"selfupdate": "^1.1.0",
"semver": "^5.6.0",
"socket.io": "^1.7.3",
"socket.io-client": "~1.7.4",
"tslib": "~1.9.3",
"typedi": "^0.7.2",
"uuid": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/zan-proxy.git"
},
"files": [
"dist",
"static",
"resource"
],
"bin": {
"zan-proxy": "./dist/main.js",
"zanproxy": "./dist/main.js"
},
"keywords": [
"proxy",
"redirect",
"host",
"mock"
],
"license": "MIT"
}