Commit 65f2ba53 authored by nanahira's avatar nanahira

package

parent d00b7ee6
{
"name": "koishi-plugin-dispose",
"version": "0.0.1",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "koishi-plugin-dispose",
"version": "0.0.1",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"source-map-support": "^0.5.20"
......@@ -28,7 +28,7 @@
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"koishi": "^4.0.0-alpha.9"
"koishi": "^4.0.0-beta.2"
}
},
"node_modules/@babel/code-frame": {
......
{
"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": {
"source-map-support": "^0.5.20"
},
"peerDependencies": {
"@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2",
"koishi": "^4.0.0-beta.2"
},
"devDependencies": {
"@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2",
"@types/node": "^16.10.3",
......@@ -17,9 +46,5 @@
"typescript": "^4.4.3",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"koishi": "^4.0.0-alpha.9"
},
"version": "0.0.1"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment