UNPKG

koishi-plugin-kbot

Version:
61 lines (60 loc) 1.23 kB
{ "name": "koishi-plugin-kbot", "version": "1.1.2", "description": "A muti-function qq bot for koishi", "license": "AGPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/Kabuda-czh/koishi-plugin-kbot" }, "keywords": [ "kbot", "koishi", "plugin", "bilibili", "youtube", "music", "guildmanager", "twitter" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "scripts": { "build:console": "koishi-console build" }, "koishi": { "description": { "zh": "一个多功能的qq机器人插件", "en": "A muti-function qq bot for koishi" }, "service": { "required": [ "database" ] } }, "peerDependencies": { "@koishijs/plugin-admin": "*", "koishi": "^4.13.6", "koishi-plugin-puppeteer": "*", "koishi-plugin-downloads": "*" }, "peerDependenciesMeta": { "koishi-plugin-puppeteer": { "optional": true } }, "dependencies": { "qs": "^6.11.2", "systeminformation": "^5.21.1" }, "devDependencies": { "@koishijs/client": "^5.13.3", "@types/qs": "^6.9.7", "@types/systeminformation": "^3.54.1" } }