Merge branch 'master' of git.mycard.moe:3rdeye/koishi-bootstrap
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | { | ||
| "name": "koishi-bootstrap", | "name": "koishi-bootstrap", | ||
| "description": "Koishi bootstraper, for Docker.", | "description": "Koishi bootstraper, for Docker.", | ||
| "version": "7.6.1", | "version": "7.7.0", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "tsc", | "build": "tsc", | ||
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| "typescript": "^4.8.2" | "typescript": "^4.8.2" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@koishijs/loader": "^2.5.0", | "@koishijs/loader": "^3.1.1", | ||
| "koishi": "^4.12.1", | "koishi": "^4.12.1", | ||
| "load-json-file": "^6.2.0", | "load-json-file": "^6.2.0", | ||
| "ws": "^8.2.3", | "ws": "^8.2.3", | ||
| ... | ... |
src/utils/read-config.ts
0 → 100644
Please register or sign in to comment