-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 940 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
42
43
44
45
{
"name": "koishi-plugin-word-cloud",
"description": "A word-cloud plugin for Koishi. Skia-Canvas needed.",
"version": "0.6.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ahdg6/koishi-plugin-word-cloud.git"
},
"bugs": {
"url": "https://github.com/ahdg6/koishi-plugin-word-cloud/issues"
},
"koishi": {
"description": {
"zh": "给 Koishi 用的词云插件,需要 Skia-Canvas。"
},
"service": {
"required": [
"canvas"
],
"optional": [
"puppeteer"
]
}
},
"license": "AGPL-3.0-or-later",
"keywords": [
"word",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-jieba": "^0.4.2",
"koishi-plugin-skia-canvas": "^0.4.0"
},
"dependencies": {
"dayjs": "^1.11.10"
}
}