koishi-plugin-disaster-warning 0.0.2 → 0.0.3
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 +13 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-disaster-warning",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "0.0.
|
|
3
|
+
"description": "Koishi 灾害预警插件,支持多数据源(地震、海啸、气象预警)",
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -31,5 +31,16 @@
|
|
|
31
31
|
"@types/ws": "^8.5.10",
|
|
32
32
|
"koishi": "^4.18.0",
|
|
33
33
|
"typescript": "^5.0.0"
|
|
34
|
+
},
|
|
35
|
+
"koishi": {
|
|
36
|
+
"description": {
|
|
37
|
+
"en": "Disaster warning plugin for Koishi, supporting Earthquake, Tsunami, and Weather alerts from multiple sources.",
|
|
38
|
+
"zh": "Koishi 灾害预警插件,支持多数据源(地震、海啸、气象预警)"
|
|
39
|
+
},
|
|
40
|
+
"service": {
|
|
41
|
+
"optional": [
|
|
42
|
+
"database"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
34
45
|
}
|
|
35
46
|
}
|