-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 925 Bytes
/
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
{
"name": "xg-command-loon",
"version": "1.4.2",
"description": "xg loon pulgin",
"main": "index.js",
"bin": {
"xg-command-loon": "./bin/xg-command-loon.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"release": "./build/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xgfe/xg-command-loon.git"
},
"author": "Clunt",
"license": "MIT",
"bugs": {
"url": "https://github.com/xgfe/xg-command-loon/issues"
},
"homepage": "https://github.com/xgfe/xg-command-loon#readme",
"dependencies": {
"axios": "^0.19.0",
"blessed": "^0.1.81",
"chokidar": "^3.3.1",
"co-body": "^6.0.0",
"ejs": "^2.6.2",
"fs-extra": "^8.0.1",
"http-proxy": "^1.18.0",
"http-proxy-middleware": "^0.20.0",
"micro": "^9.3.4",
"micromatch": "^4.0.2",
"serve-handler": "^6.1.2",
"which": "^1.3.1"
}
}