-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 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
{
"name": "@ltxhhz/koishi-plugin-imagify-skia",
"description": "使用 skia-canvas 的图形化输出,性能优于 puppeteer",
"version": "0.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"author": {
"name": "ltxhhz",
"url": "https://github.com/ltxhhz"
},
"homepage": "https://github.com/ltxhhz/koishi-plugin-imagify-skia",
"readme": "https://github.com/ltxhhz/koishi-plugin-imagify-skia#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ltxhhz/koishi-plugin-imagify-skia.git"
},
"keywords": [
"skia",
"canvas",
"image",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.15.2"
},
"dependencies": {
"@ltxhhz/koishi-plugin-skia-canvas": "^0.0.3",
"lodash": "^4.17.21"
},
"koishi": {
"description": {
"en": "Graphical output using skia-canvas, with better performance than puppeteer",
"zh": "使用 skia-canvas 的图形化输出,性能优于 puppeteer"
},
"service": {
"required": [
"skia"
]
},
"locales": [
"zh"
]
}
}