-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 843 Bytes
/
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
{
"name": "koishi-plugin-adapter-iirose",
"description": "IIROSE-[蔷薇花园](https://iirose.com/)适配器",
"version": "0.3.62",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"bot",
"iirose",
"chatbot",
"satori",
"impl:adapter",
"develop"
],
"dependencies": {
"axios": "^1.7.4",
"form-data": "^4.0.0",
"html-entities": "^2.5.2",
"md5": "^2.3.0",
"pako": "^2.1.0"
},
"peerDependencies": {
"koishi": "^4.17.12"
},
"contributors": [
"BSTluo <[email protected]>",
"jingming295 <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BSTluo/koishi-plugin-adapter-iirose.git"
},
"devDependencies": {
"@types/pako": "^2.0.3"
}
}