@wahaha216/koishi-plugin-jmcomic
Version:
下载JM本子,无需python。支持pdf、zip加密。
59 lines (58 loc) • 1.26 kB
JSON
{
"name": "@wahaha216/koishi-plugin-jmcomic",
"description": "下载JM本子,无需python。支持pdf、zip加密。",
"version": "0.2.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wahaha216/koishi-plugin-jmcomic.git"
},
"keywords": [
"jm",
"jmcomic",
"漫画",
"chatbot",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.18.0"
},
"dependencies": {
"archiver": "^7.0.1",
"archiver-zip-encrypted": "^2.0.0",
"crypto": "^1.0.1",
"form-data": "^4.0.2",
"muhammara": "^5.3.0",
"sharp": "^0.33.5",
"zip-lib": "^1.0.5"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/sharp": "^0.31.1",
"koishi-plugin-puppeteer": "^3.0.0",
"koishi-plugin-cron": "^3.0.0"
},
"koishi": {
"description": {
"en": "Download JM book without python. Supports PDF and zip encryption.",
"zh": "下载JM本子,无需python。支持pdf、zip加密。"
},
"service": {
"required": [
"http"
],
"optional": [
"notifier",
"cron"
]
}
}
}