-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
53
54
{
"name": "koishi-plugin-bridge-qq-discord",
"description": "自用插件,如需进一步了解请联系我(联系方式见 Github)",
"version": "1.6.13",
"contributors": [
"Xc_ace <xca259@gmail.com>"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Cola-Ace/koishi-plugin-bridge-discord-qq.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.18.0"
},
"koishi": {
"description": {
"zh": "联通 Discord 与 QQ(自用插件)",
"en": "Unite Discord and QQ"
}
},
"scripts": {
"tsc": "yakumo tsc",
"build": "yakumo esbuild"
},
"dependencies": {
"@cordisjs/eslint-config": "^1.1.1",
"@types/node": "^22.1.0",
"esbuild": "^0.23.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"koishi": "^4.17.12",
"koishi-plugin-adapter-onebot": "^6.5.8",
"typescript": "^5.5.3",
"uuid": "^10.0.0",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.26",
"yakumo-tsc": "^0.3.12",
"yml-register": "^1.2.5"
},
"devDependencies": {
"@types/uuid": "^10"
}
}