-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "koishi-plugin-mc-server-status",
"description": "Minecraft服务器状态查询, 支持Minecraft:JE 1.8+服务器查询",
"version": "3.2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"mc"
],
"author": "Itz_Dr_Li",
"repository": {
"type": "git",
"url": "git+https://github.com/Kokoro-js/koishi-plugin-mc-server-status.git"
},
"scripts": {
"build": "yakumo build"
},
"peerDependencies": {
"@ahdg/minecraftstatuspinger": "^1.1.5",
"@sfirew/minecraft-motd-parser": "^1.1.3",
"koishi": "^4.18.0",
"koishi-plugin-puppeteer": "^3.9.0"
},
"devDependencies": {
"@ahdg/minecraftstatuspinger": "^1.1.5",
"@sfirew/minecraft-motd-parser": "^1.1.3",
"esbuild": "^0.21.5",
"koishi": "^4.18.0",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-umami-statistics-service": "^0.0.7",
"tsc": "^2.0.4",
"typescript": "^5.7.0-dev.20241101",
"yakumo": "^1.0.0-beta.18",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-tsc": "1.0.0-beta.4",
"yml-register": "^1.2.5"
}
}