koishi-plugin-jmcomic-api
Version:
43 lines (42 loc) • 928 B
JSON
{
"name": "koishi-plugin-jmcomic-api",
"description": "JM-API",
"version": "0.4.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"nonebot2",
"nonebot",
"jmcomic",
"nsfw"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Shua-github/jmcomic-api.git"
},
"koishi": {
"description": {
"en": "JM-API",
"zh": "不止获取JM漫画!支持加密、缓存、获取漫画....还有更多!简单易上手!后端部署只需两步"
},
"service": {
"required": [
"http"
],
"implements": [
"jmcomic"
]
}
},
"peerDependencies": {
"koishi": "^4.18.7"
}
}