UNPKG

koishi-plugin-monetary-roll

Version:
43 lines (42 loc) 803 B
{ "name": "koishi-plugin-monetary-roll", "description": "a plugin for monetary to roll", "version": "1.0.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "koishi": { "description": { "en": "a plugin for monetary to roll", "zh": "基于monetary的抽奖插件" }, "service": { "required": [ "database", "monetary" ] } }, "contributors": [ "baiyu <baiyu_wwz@qq.com>" ], "license": "MIT", "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/baiyuwwz/koishi-plugin-monetary-roll.git" }, "keywords": [ "roll", "koishi", "plugin", "抽奖" ], "devDependencies": {}, "peerDependencies": { "koishi": "^4.18.7" } }