service catchup for koishi beta4
Showing
| ... | @@ -29,6 +29,7 @@ | ... | @@ -29,6 +29,7 @@ |
| "license": "MIT", | "license": "MIT", | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | ||
| "@types/lodash": "^4.14.177", | |||
| "@types/node": "^16.11.9", | "@types/node": "^16.11.9", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | "@typescript-eslint/parser": "^4.33.0", | ||
| ... | @@ -44,6 +45,7 @@ | ... | @@ -44,6 +45,7 @@ |
| "koishi": "^4.0.0-beta.3" | "koishi": "^4.0.0-beta.3" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "lodash": "^4.17.21", | |||
| "reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
| "schemastery": "^2.0.0", | "schemastery": "^2.0.0", | ||
| "schemastery-gen": "2.0.2", | "schemastery-gen": "2.0.2", | ||
| ... | ... |
Please register or sign in to comment