koishi-plugin-csss 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-csss",
|
|
3
3
|
"description": "Check the status of the CS server",
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -14,21 +14,24 @@
|
|
|
14
14
|
"koishi",
|
|
15
15
|
"plugin"
|
|
16
16
|
],
|
|
17
|
-
"peerDependencies": {
|
|
18
|
-
"koishi": "^4.18.7"
|
|
19
|
-
},
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"canvas": "^3.2.1",
|
|
22
|
-
"gamedig": "^5.3.2"
|
|
23
|
-
},
|
|
24
17
|
"koishi": {
|
|
25
18
|
"description": {
|
|
26
19
|
"zh": "CS服务器状态查询,包括CS1.6/CSS/CSGO/CS2"
|
|
27
20
|
},
|
|
28
21
|
"service": {
|
|
29
22
|
"required": [
|
|
30
|
-
"
|
|
23
|
+
"canvas",
|
|
24
|
+
"gamedig"
|
|
31
25
|
]
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"koishi": "^4.18.7",
|
|
29
|
+
"koishi-plugin-canvas": "^0.2.2",
|
|
30
|
+
"koishi-plugin-gamedig": "^1.2.2"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"koishi-plugin-canvas": "^0.2.2",
|
|
34
|
+
"koishi-plugin-gamedig": "^1.2.2"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|