-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.3 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
{
"name": "koishi-plugin-image-search",
"description": "Image searching plugin for Koishi",
"version": "4.3.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"author": "Shigma <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi-plugin-image-search.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-image-search/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-image-search",
"scripts": {
"build": "tsc -b"
},
"keywords": [
"bot",
"chatbot",
"koishi",
"plugin",
"image",
"search",
"sausenao",
"whatanime",
"ascii2d",
"danbooru",
"konachan",
"nhentai",
"pixiv"
],
"koishi": {
"description": {
"en": "Search for images on saucenao, ascii2d, danbooru, konachan, nhentai",
"zh": "搜索图片,支持 saucenao, ascii2d, danbooru, konachan, nhentai 等多个平台"
}
},
"peerDependencies": {
"koishi": "^4.17.4"
},
"dependencies": {
"cheerio": "^1.0.0",
"iqdb-client": "^3.0.0",
"nhentai-api": "^3.4.3"
},
"devDependencies": {
"@koishijs/canvas": "^0.2.0",
"@types/node": "^20.12.7",
"koishi": "^4.17.4",
"typescript": "^5.4.5"
}
}