rework
Showing
.dockerignore
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.prettierrc
0 → 100644
install-npm.sh
0 → 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -3,43 +3,52 @@ |
| "version": "3.0.8", | ||
| "description": "A Koishi Plugin jamming hisoutensoku plays in group.", | ||
| "main": "dist/index.js", | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.19" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.177", | ||
| "@types/node": "^15.0.1", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.1.1", | ||
| "ts-node": "^9.1.1", | ||
| "typescript": "^4.2.4", | ||
| "webpack": "^5.36.2", | ||
| "webpack-cli": "^4.6.0" | ||
| }, | ||
| "types": "dist/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-hisoutensoku-jammer.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "Koishi.js", | ||
| "hisouten", | ||
| "hisoutensoku", | ||
| "qqbot", | ||
| "cqhttp" | ||
| ], | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-hisoutensoku-jammer/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-hisoutensoku-jammer" | ||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-hisoutensoku-jammer", | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-beta.2" | ||
| }, | ||
| "dependencies": { | ||
| "ip": "^1.1.5", | ||
| "koishi-thirdeye": "^3.0.5", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "source-map-support": "^0.5.21" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/ip": "^1.1.0", | ||
| "@types/lodash": "^4.14.177", | ||
| "@types/node": "^16.11.9", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| "typescript": "^4.5.2", | ||
| "webpack": "^5.64.2", | ||
| "webpack-cli": "^4.9.1", | ||
| "ws": "^8.2.3" | ||
| } | ||
| } |
src/chinese-replace.ts
0 → 100644
src/config.ts
0 → 100644
Please register or sign in to comment