first
Showing
| { | ||
| "name": "koishi-plugin-myplugin", | ||
| "description": "一个 Koishi 插件", | ||
| "name": "koishi-plugin-dicex", | ||
| "description": "Koishi 骰娘插件 +1", | ||
| "version": "1.0.0", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| ... | ... | @@ -10,7 +10,7 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-myplugin.git" | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| ... | ... | @@ -18,12 +18,15 @@ |
| "Koishi.js", | ||
| "qqbot", | ||
| "cqhttp", | ||
| "onebot" | ||
| "onebot", | ||
| "dice", | ||
| "dicebot", | ||
| "optional:database" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-myplugin/issues" | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-myplugin", | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex", | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-rc.0" | ||
| }, | ||
| ... | ... |
src/modules/db.ts
0 → 100644
src/utility/rc-rules.ts
0 → 100644
Please register or sign in to comment