UNPKG

koishi-plugin-booru-gelbooru

Version:
56 lines (55 loc) 1.13 kB
{ "name": "koishi-plugin-booru-gelbooru", "description": "Image service by gelbooru for Koishi", "version": "1.2.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "author": { "email": "634469564@qq.com", "name": "kbd", "url": "https://github.com/Kabuda-czh" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koishijs/koishi-plugin-booru.git", "directory": "packages/gelbooru" }, "bugs": { "url": "https://github.com/koishijs/koishi-plugin-booru/issues" }, "homepage": "https://booru.koishi.chat/plugins/gelbooru.html", "keywords": [ "chatbot", "koishi", "service", "plugin", "booru", "image", "picture", "random", "setu", "gelbooru" ], "koishi": { "description": { "zh": "最好的涩图插件! - Gelbooru 图源支持" }, "service": { "require": [ "booru" ] } }, "peerDependencies": { "koishi": "^4.17.0", "koishi-plugin-booru": "^1.2.0" }, "devDependencies": { "koishi": "^4.17.0" } }