UNPKG

koishi-plugin-fate

Version:

A koishi plugin for fortune telling and sign in.

60 lines (59 loc) 1.33 kB
{ "name": "koishi-plugin-fate", "description": "A koishi plugin for fortune telling and sign in.", "version": "1.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "koishi": { "description": { "en": "based on jrys-fix, optimized the code structure, and implemented some new features.", "zh": "基于jrys-fix开发,优化了代码结构,实现一些新功能。" }, "service": { "required": [ "puppeteer", "database", "monetary" ] } }, "author": { "name": "yamrc", "email": "yamrci@outlook.com", "url": "https://github.com/Yamrc" }, "homepage": "https://github.com/kiruio/koishi-plugin-fate", "repository": { "type": "git", "url": "git+https://github.com/kiruio/koishi-plugin-fate.git" }, "contributors": [ "yamrc <yamrci@outlook.com>", "NayKoishi <nyakoishi@qq.com>", "axlmly <Unknown>" ], "bugs": { "url": "https://github.com/kiruio/koishi-plugin-fate/issues" }, "license": "MIT", "keywords": [ "chatbot", "koishi", "plugin", "运势", "sign in", "签到" ], "peerDependencies": { "koishi": "^4.18.0" }, "devDependencies": { "database": "^0.0.2", "monetary": "^0.0.0", "puppeteer": "^24.4.0" } }