catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-limit-help", | "name": "koishi-plugin-limit-help", | ||
| "version": "10.4.0", | "version": "10.4.0", | ||
| "description": "Koishi 帮助限制器", | "description": "Koishi plugin for limiting help command scope.", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| ... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
| }, | }, | ||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-limit-help", | "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-limit-help", | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.4.0" | "koishi": "^4.4.1" | ||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "moduleFileExtensions": [ | "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment