UNPKG

koishi-plugin-ehentai-comics

Version:

一个用于在 E-Hentai/ExHentai 上搜索和下载漫画的 Koishi 插件

46 lines (45 loc) 1.17 kB
{ "name": "koishi-plugin-ehentai-comics", "version": "0.1.2", "description": "一个用于在 E-Hentai/ExHentai 上搜索和下载漫画的 Koishi 插件", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "author": "WhiteBr1ck (https://github.com/WhiteBr1ck)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/WhiteBr1ck/koishi-plugin-ehentai-comics.git" }, "bugs": { "url": "https://github.com/WhiteBr1ck/koishi-plugin-ehentai-comics/issues" }, "homepage": "https://github.com/WhiteBr1ck/koishi-plugin-ehentai-comics#readme", "keywords": [ "koishi", "plugin", "e-hentai", "exhentai", "downloader", "comic", "comics" ], "koishi": { "name": "E-Hentai 漫画下载", "description": "开箱即用,允许用户搜索 E-Hentai/ExHentai 上的漫画,或根据链接下载为图片或PDF文件。", "service": { "required": ["http"] } }, "peerDependencies": { "koishi": "^4.18.7" }, "dependencies": { "cheerio": "^1.0.0-rc.12", "muhammara": "^5.3.0", "sharp": "^0.33.5" } }