UNPKG

koishi-plugin-bellabot

Version:

[![npm](https://img.shields.io/npm/v/koishi-plugin-bellabot?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-bellabot)

55 lines (54 loc) 1.1 kB
{ "name": "koishi-plugin-bellabot", "description": "", "version": "0.2.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "homepage": "https://github.com/twiyin0/koishi-plugin-bellabot.git", "repository": { "type": "git", "url": "git+https://github.com/twiyin0/koishi-plugin-bellabot.git" }, "contributors": [ "Twiyin0 <twiyin0@outlook.com>" ], "koishi": { "browser": true, "description": { "en": "A small collection of out-of-the-box entertainment plugin", "zh": "开箱即用的娱乐插件小合集" }, "service": { "required": [ "puppeteer", "database" ] } }, "license": "MIT", "keywords": [ "chatbot", "koishi", "plugin", "sign in", "签到", "贝拉", "jrys", "今日运势", "bilibili" ], "peerDependencies": { "@satorijs/element": "^1.1.3", "koishi": "^4.17.12" }, "dependencies": { "koishi-plugin-monetary": "^0.1.3" }, "devDependencies": { "koishi-plugin-monetary": "^0.1.3" } }