support puppeteer
Showing
This diff is collapsed.
| ... | ... | @@ -51,14 +51,14 @@ |
| "moment": "^2.29.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.11.1" | ||
| "koishi": "^4.11.4" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-console": "^5.1.0", | ||
| "@koishijs/plugin-console": "^5.2.1", | ||
| "@koishijs/plugin-database-memory": "^2.2.2", | ||
| "@koishijs/plugin-dataview": "^2.2.0", | ||
| "@koishijs/plugin-help": "^2.0.2", | ||
| "@koishijs/plugin-sandbox": "^2.5.0", | ||
| "@koishijs/plugin-sandbox": "^2.6.1", | ||
| "@types/jest": "^29.2.3", | ||
| "@types/lodash": "^4.14.189", | ||
| "@types/node": "^18.11.9", | ||
| ... | ... | @@ -68,6 +68,7 @@ |
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-prettier": "^4.2.1", | ||
| "jest": "^29.3.1", | ||
| "koishi-plugin-puppeteer": "^3.4.1", | ||
| "prettier": "^2.7.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-jest": "^29.0.3", | ||
| ... | ... | @@ -82,6 +83,9 @@ |
| "service": { | ||
| "required": [ | ||
| "database" | ||
| ], | ||
| "optional": [ | ||
| "puppeteer" | ||
| ] | ||
| } | ||
| } | ||
| ... | ... |
Please register or sign in to comment