package
Showing
| { | { | ||
| "name": "koishi-plugin-dispose", | |||
| "version": "2.0.0", | |||
| "description": "Koishi 退群插件,管理员使用 `dispose` 命令即可退群。", | |||
| "main": "dist/index.js", | |||
| "typings": "dist/src/index.d.ts", | |||
| "scripts": { | |||
| "lint": "eslint --fix .", | |||
| "build": "webpack && env PACK_ALL=1 webpack" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/koishijs/koishi-plugin-dispose.git" | |||
| }, | |||
| "author": "Nanahira <nanahira@momobako.com>", | |||
| "license": "MIT", | |||
| "keywords": [ | |||
| "Koishi.js", | |||
| "qqbot", | |||
| "cqhttp", | |||
| "onebot" | |||
| ], | |||
| "bugs": { | |||
| "url": "https://github.com/koishijs/koishi-plugin-dispose/issues" | |||
| }, | |||
| "homepage": "https://github.com/koishijs/koishi-plugin-dispose", | |||
| "dependencies": { | "dependencies": { | ||
| "source-map-support": "^0.5.20" | "source-map-support": "^0.5.20" | ||
| }, | }, | ||
| "peerDependencies": { | |||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | |||
| "koishi": "^4.0.0-beta.2" | |||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | ||
| "@types/node": "^16.10.3", | "@types/node": "^16.10.3", | ||
| ... | @@ -17,9 +46,5 @@ | ... | @@ -17,9 +46,5 @@ |
| "typescript": "^4.4.3", | "typescript": "^4.4.3", | ||
| "webpack": "^5.57.1", | "webpack": "^5.57.1", | ||
| "webpack-cli": "^4.8.0" | "webpack-cli": "^4.8.0" | ||
| }, | } | ||
| "peerDependencies": { | |||
| "koishi": "^4.0.0-alpha.9" | |||
| }, | |||
| "version": "0.0.1" | |||
| } | } |
Please register or sign in to comment