-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "koishi-plugin-systools",
"description": "systools 2.0",
"version": "1.2.15",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"changes.md",
"icons"
],
"license": "MIT",
"scripts": {
"test": "lib/index.js"
},
"contributors": [
"lovemilk <[email protected]>"
],
"author": {
"name": "lovemilk",
"email": "[email protected]",
"url": "https://github.com/zhuhansan666/"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"systools"
],
"peerDependencies": {
"koishi": "^4.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zhuhansan666/koishi-plugin-systools.git"
},
"koishi": {
"description": {
"zh": "系统助手 - 支持运行系统命令、备份 Koishi 配置文件到 GitHub、查询系统状态、获取 IP 地址等进阶操作"
},
"locales": [
"zh"
]
},
"devDependencies": {
"@koishijs/client": "^5.11.0"
},
"dependencies": {
"node-machine-id": "^1.1.12",
"semver": "latest"
}
}