This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 1.59 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "koishi-plugin-gocqhttp",
"description": "go-cqhttp launcher for Koishi",
"version": "3.8.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"captcha.html",
"install.js",
"template.yml"
],
"scripts": {
"build:server": "tsc -b",
"build:client": "koishi-console build",
"build": "yarn build:server && yarn build:client"
},
"author": "Shigma <[email protected]>",
"packageManager": "[email protected]",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi-plugin-gocqhttp.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-gocqhttp",
"keywords": [
"bot",
"qqbot",
"cqhttp",
"gocqhttp",
"coolq",
"chatbot",
"koishi",
"launcher",
"plugin"
],
"koishi": {
"description": {
"zh": "**[已停止维护]** [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) 启动器",
"en": "**[DEPRECATED]** [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) launcher"
},
"service": {
"optional": [
"console"
]
}
},
"peerDependencies": {
"koishi": "^4.15.0"
},
"devDependencies": {
"@koishijs/client": "^5.16.0",
"@koishijs/plugin-adapter-onebot": "^6.0.2",
"@koishijs/plugin-console": "^5.16.0",
"@koishijs/plugin-market": "^2.3.0",
"@types/node": "^20.4.2",
"koishi": "^4.15.0",
"typescript": "^5.1.6"
},
"dependencies": {
"go-cqhttp": "^5.0.0",
"strip-ansi": "^6.0.1"
}
}