-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 969 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 969 Bytes
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
{
"name": "mat",
"description": "一个简单命令行工具,提供基础的任务和代理功能",
"version": "1.0.23",
"repository": {
"url": "https://github.com/matjs/mat"
},
"author": {
"name": "naij"
},
"engines": {
"node": ">=0.12.0"
},
"main": "index",
"bin": {
"mat": "bin/mat"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"chalk": "1.0.0",
"co-body": "5.1.1",
"co-request": "0.2.1",
"dayjs": "^1.10.7",
"debug": "^4.3.2",
"fs-extra": "^8.1.0",
"http-proxy": "^1.18.1",
"koa": "^2.13.4",
"koa-compose": "2.3.0",
"koa-convert": "1.2.0",
"koa-send": "1.3.1",
"liftoff": "2.3.0",
"minimist": "^1.2.5",
"orchestrator": "0.3.7",
"qs": "6.5.1",
"safe-buffer": "^5.1.1",
"semver": "^7.3.5",
"tildify": "1.0.0"
},
"licenses": "MIT",
"bugs": {
"url": "https://github.com/matjs/mat/issues"
},
"homepage": "https://github.com/matjs/mat"
}