bump
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | ||
| "name": "koishi-plugin-act", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", | ||
| "description": "A plugin playing acts in QQ groups", | ||
| "main": "dist/index.js", | ||
| "typings": "dist/index.d.ts", | ||
| "dependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.9", | ||
| "source-map-support": "^0.5.19" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-alpha.8", | ||
| "@koishijs/plugin-onebot": "^4.0.0-alpha.7" | ||
| "koishi": "^4.0.0-alpha.10" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-onebot": "^4.0.0-alpha.7", | ||
| "@types/lodash": "^4.14.172", | ||
| "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.4.11", | ||
| ... | ... | @@ -23,7 +22,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-alpha.10", | ||
| "load-json-file": "^6.2.0", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| ... | ... | @@ -44,7 +43,7 @@ |
| "type": "git", | ||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-act.git" | ||
| }, | ||
| "author": "Nanahira", | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "Koishi.js", | ||
| ... | ... |
Please register or sign in to comment