-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "koishi-plugin-maimaidx",
"description": "适用于Koishi的国服舞萌DX查询插件,提供歌曲、成绩查询功能。",
"version": "0.0.1",
"contributors": [
"TTsdzb <[email protected]>"
],
"homepage": "https://github.com/TTsdzb/koishi-plugin-maimaidx",
"repository": {
"type": "git",
"url": "git+https://github.com/TTsdzb/koishi-plugin-maimaidx.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"maimai"
],
"peerDependencies": {
"koishi": "^4.17.2"
},
"koishi": {
"description": {
"zh": "由Hoshino插件重写而来的国服舞萌DX查询插件,提供歌曲、成绩查询功能。使用前请务必查看文档!"
},
"service": {
"required": [
"database",
"puppeteer"
],
"optional": [],
"implements": []
},
"locales": [
"zh"
]
},
"dependencies": {
"zod": "^3.23.8"
}
}