fixdep
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | { | ||
| "name": "koishi-plugin-act", | "name": "koishi-plugin-act", | ||
| "version": "2.0.3", | "version": "2.0.4", | ||
| "description": "A plugin playing acts in QQ groups", | "description": "A plugin playing acts in QQ groups", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "typings": "dist/index.d.ts", | "typings": "dist/index.d.ts", | ||
| "dependencies": { | "dependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.9", | |||
| "source-map-support": "^0.5.19" | "source-map-support": "^0.5.19" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.9", | |||
| "koishi": "^4.0.0-alpha.10" | "koishi": "^4.0.0-alpha.10" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.9", | |||
| "@types/lodash": "^4.14.172", | "@types/lodash": "^4.14.172", | ||
| "@types/mustache": "^4.1.2", | "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.4.11", | "@types/node": "^16.4.11", | ||
| ... | ... |
Please register or sign in to comment