-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
{
"name": "koishi-plugin-word-core",
"description": "多功能文字对话引擎!",
"version": "1.0.18",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"peerDependencies": {
"@koishijs/plugin-console": "^5.30.2",
"blockly": "^11.2.0",
"koishi": "^4.18.7"
},
"koishi": {
"service": {
"required": [
"database"
],
"implements": [
"word"
]
}
},
"bugs": {
"url": "https://github.com/BSTluo/koishi-plugin-word-core/issues"
},
"homepage": "https://docs.reifuu.icu/docs/word-core-3.0/00readme/",
"repository": {
"type": "git",
"url": "git+https://github.com/BSTluo/koishi-plugin-word-core.git"
},
"devDependencies": {
"@koishijs/client": "^5.30.2",
"blockly": "^11.2.0",
"bootstrap-icons": "^1.11.3",
"form-data": "^4.0.1"
},
"dependencies": {
"axios": "^1.7.9",
"blockly": "^11.2.0",
"bootstrap-icons": "^1.11.3",
"form-data": "^4.0.1"
}
}