catchup
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -6,7 +6,7 @@ | 
| "typings": "dist/src/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack" | ||
| "build": "webpack && env PACK_ALL=1 webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -25,13 +25,15 @@ | 
| }, | ||
| "homepage": "https://github.com/koishijs/koishi-plugin-fortune", | ||
| "dependencies": { | ||
| "@stdlib/random-base-mt19937": "^0.0.5", | ||
| "moment": "^2.29.1", | ||
| "mustache": "^4.2.0", | ||
| "source-map-support": "^0.5.20" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-alpha.10" | ||
| "koishi": "^4.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/random-base-mt19937": "^0.0.5", | ||
| "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.10.2", | ||
| "@typescript-eslint/eslint-plugin": "^4.32.0", | ||
| ... | ... | @@ -39,9 +41,7 @@ | 
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.0.0-alpha.10", | ||
| "moment": "^2.29.1", | ||
| "mustache": "^4.2.0", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| ... | ... | 
Please register or sign in to comment
 
