dep
Showing
| { | { | ||
| "name": "koishi-plugin-thesaurus", | "name": "koishi-plugin-thesaurus", | ||
| "version": "1.0.2", | "version": "1.0.3", | ||
| "description": "Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus", | "description": "Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| "source-map-support": "^0.5.20" | "source-map-support": "^0.5.20" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.0.0-alpha.9" | "koishi": "^4.0.0-alpha.10" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.14.175", | "@types/lodash": "^4.14.175", | ||
| ... | ... |
Please register or sign in to comment