catchup
Showing
This diff is collapsed.
| ... | ... | @@ -5,7 +5,7 @@ |
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack" | ||
| "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -23,6 +23,9 @@ |
| "dependencies": { | ||
| "source-map-support": "^0.5.19" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^16.4.12", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.0", | ||
| ... | ... | @@ -30,7 +33,7 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "koishi": "^4.0.0-alpha.8", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "prettier": "^2.3.2", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.5", | ||
| ... | ... |
Please register or sign in to comment