koishi-plugin-random-num-skuy
Version:
A Koishi plugin that provides daily fortune with ratings and advice.
41 lines • 1.03 kB
JSON
{
"name": "koishi-plugin-random-num-skuy",
"description": "A Koishi plugin that provides daily fortune with ratings and advice.",
"version": "0.0.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"fortune",
"运势"
],
"peerDependencies": {
"koishi": "^4.18.7"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuoTianyi02/koishi-plugin-random-num-skuy.git"
},
"homepage": "https://github.com/LuoTianyi02/koishi-plugin-random-num-skuy",
"koishi": {
"type": "plugin",
"service": false,
"description": {
"zh": "一个用于生成每日运势的 Koishi 插件,展示财运、桃花运、事业运与锦囊建议。",
"en": "A Koishi plugin that shows your daily fortune, including luck in wealth, love, and career."
},
"categories": [
"娱乐"
]
}
}