Merge branch 'next'
Showing
This diff is collapsed.
| { | ||
| "name": "koishi-plugin-act", | ||
| "version": "1.0.3", | ||
| "version": "2.0.0", | ||
| "description": "A plugin playing acts in QQ groups", | ||
| "main": "dist/index.js", | ||
| "typings": "dist/index.d.ts", | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.19" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi-adapter-onebot": "^3.1.0", | ||
| "koishi-core": "^3.13.0" | ||
| "koishi": "^4.0.0-alpha.8", | ||
| "@koishijs/plugin-onebot": "^4.0.0-alpha.7" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-onebot": "^4.0.0-alpha.7", | ||
| "@types/lodash": "^4.14.172", | ||
| "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.4.11", | ||
| ... | ... | @@ -21,8 +23,7 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "koishi-adapter-onebot": "^3.1.0", | ||
| "koishi-core": "^3.13.0", | ||
| "koishi": "^4.0.0-alpha.8", | ||
| "load-json-file": "^6.2.0", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| ... | ... |
Please register or sign in to comment