migrate peerdep
Showing
This diff is collapsed.
| ... | ... | @@ -25,12 +25,9 @@ |
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-hisoutensoku-jammer/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-hisoutensoku-jammer", | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| }, | ||
| "dependencies": { | ||
| "ip": "^1.1.5", | ||
| "koishi-thirdeye": "^8.2.1", | ||
| "koishi-thirdeye": "^8.2.2", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "source-map-support": "^0.5.21", | ||
| ... | ... | @@ -45,7 +42,6 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.2.0", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| ... | ... | @@ -53,5 +49,8 @@ |
| "webpack": "^5.64.2", | ||
| "webpack-cli": "^4.9.1", | ||
| "ws": "^8.3.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| } | ||
| } |
Please register or sign in to comment