-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
65 lines (65 loc) · 1.36 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
{
"name": "koishi-plugin-adapter-onebot",
"version": "6.8.0",
"description": "OneBot Adapter for Koishi",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"contributors": [
"Shigma <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/koishijs/koishi-plugin-adapter-onebot",
"repository": {
"type": "git",
"url": "https://github.com/koishijs/koishi-plugin-adapter-onebot.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-adapter-onebot/issues"
},
"keywords": [
"bot",
"chatbot",
"koishi",
"plugin",
"adapter",
"onebot",
"im",
"chat"
],
"koishi": {
"description": {
"en": "OneBot Adapter for Koishi",
"zh": "OneBot 适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"scripts": {
"build": "atsc -b",
"lint": "eslint --ext=ts --cache"
},
"devDependencies": {
"@cordisjs/eslint-config": "^1.1.1",
"@koishijs/plugin-server": "^3.2.4",
"@types/node": "^22.7.5",
"atsc": "^2.1.0",
"esbuild": "^0.23.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"koishi": "^4.18.6",
"typescript": "^5.6.2",
"yml-register": "^1.2.5"
},
"peerDependencies": {
"koishi": "^4.18.6"
},
"dependencies": {
"qface": "^1.4.1"
}
}