-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "dalao-proxy",
"version": "1.0.0-beta.0",
"description": "An expandable HTTP proxy based on the plug-in system for frontend developers with request caching request mock and development!",
"main": "index.js",
"bin": {
"dalao-proxy": "bin/dalao-proxy"
},
"scripts": {
"postinstall": "scripts/post-install.js",
"preuninstall": "scripts/pre-uninstall.js"
},
"keywords": [
"HTTP",
"Proxy",
"Cache",
"Mock",
"Plugin"
],
"author": "Calvin",
"license": "MIT",
"repository": "https://github.com/CalvinVon/dalao-proxy.git",
"dependencies": {
"chalk": "^2.4.2",
"cli-spinner": "^0.2.10",
"cli-table3": "^0.5.1",
"commander": "^4.1.1",
"concat-stream": "^2.0.0",
"ejs": "^3.1.3",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"npm": "^6.14.5",
"request": "^2.88.2",
"through2": "^3.0.1"
},
"engines": {
"node": ">=8"
}
}