-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 886 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
{
"name": "koishi-plugin-petpet",
"description": "制作头像相关的表情包插件 For koishi",
"version": "1.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"homepage": "https://github.com/univeous/koishi-plugin-petpet",
"repository": {
"type": "git",
"url": "git+https://github.com/univeous/koishi-plugin-petpet.git"
},
"bugs": {
"url": "https://github.com/univeous/koishi-plugin-petpet/issues"
},
"peerDependencies": {
"koishi": "^4.3.1"
},
"dependencies": {
"colord": "^2.9.2",
"gifwrap": "^0.9.2",
"keyv": "^4.1.1",
"sharp": "^0.30.2",
"skia-canvas": "^0.9.29"
},
"devDependencies": {
"@koishijs/plugin-help": "^1.2.6",
"@types/keyv": "^3.1.4",
"@types/sharp": "^0.29.5"
}
}