UNPKG

koishi-plugin-bella-sign-in

Version:

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

55 lines (54 loc) 1.08 kB
{ "name": "koishi-plugin-bella-sign-in", "description": "", "version": "2.1.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "homepage": "https://github.com/twiyin0/koishi-plugin-bella-sign-in.git", "repository": { "type": "git", "url": "git+https://github.com/twiyin0/koishi-plugin-bella-sign-in.git" }, "contributors": [ "Twiyin0 <twiyin0@outlook.com>" ], "koishi": { "browser": true, "description": { "en": "A sign-in plugin for my own use", "zh": "贝拉bot的自用签到插件" }, "service": { "required": [ "puppeteer", "database" ], "optional": [ "monetary" ] } }, "license": "MIT", "keywords": [ "chatbot", "koishi", "plugin", "sign in", "签到", "贝拉" ], "peerDependencies": { "@satorijs/element": "^1.1.3", "koishi": "^4.16.0" }, "dependencies": { "koishi-plugin-monetary": "^0.1.3" }, "devDependencies": { "koishi-plugin-monetary": "^0.1.3" } }