Commit 3ed79698 authored by nanahira's avatar nanahira

more

parent e038b185
......@@ -12,7 +12,7 @@
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@koishijs/plugin-onebot": "^4.0.0-alpha.7",
"@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
......@@ -28,7 +28,6 @@
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"@koishijs/plugin-onebot": "^4.0.0-alpha.7",
"koishi": "^4.0.0-alpha.9"
}
},
......@@ -223,29 +222,29 @@
"node": ">=12.0.0"
}
},
"node_modules/@koishijs/plugin-cache-lru": {
"version": "1.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-cache-lru/-/plugin-cache-lru-1.0.0-beta.1.tgz",
"integrity": "sha512-8l5o4RKEZ58wZJIrII3x/2vmZYdxkHGzfuUm5jWOBXzw1bDmJRa0q8RrYhjabs/QKbTa9Q+fzmcMtaMnKEGtaw==",
"node_modules/@koishijs/plugin-adapter-onebot": {
"version": "4.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-adapter-onebot/-/plugin-adapter-onebot-4.0.0-beta.2.tgz",
"integrity": "sha512-4v8wa5eevc6Nuir0PKv2N2dMZCanSwpgt9WJ1rMB7s2ch/ODYfLrJWXHqVuFV3hmw2p1+4i75ctSBiD895IsCQ==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
"qface": "^1.2.0",
"ws": "^8.2.1"
},
"peerDependencies": {
"koishi": "^4.0.0-beta.2"
}
},
"node_modules/@koishijs/plugin-onebot": {
"version": "4.0.0-alpha.7",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-onebot/-/plugin-onebot-4.0.0-alpha.7.tgz",
"integrity": "sha512-gcQupD0RSXoW8FjhQL8TTfXK5N+spKFJuivEtGHLWEZFV4r8g64FOWdUcdyaIJMao/XEN0BYT6tgxXSKNL1h6A==",
"node_modules/@koishijs/plugin-cache-lru": {
"version": "1.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-cache-lru/-/plugin-cache-lru-1.0.0-beta.1.tgz",
"integrity": "sha512-8l5o4RKEZ58wZJIrII3x/2vmZYdxkHGzfuUm5jWOBXzw1bDmJRa0q8RrYhjabs/QKbTa9Q+fzmcMtaMnKEGtaw==",
"dev": true,
"dependencies": {
"qface": "^1.2.0",
"ws": "^8.2.1"
"lru-cache": "^6.0.0"
},
"peerDependencies": {
"koishi": "^4.0.0-alpha.8"
"koishi": "^4.0.0-beta.2"
}
},
"node_modules/@koishijs/utils": {
......@@ -4514,6 +4513,16 @@
"schemastery": "^1.0.0"
}
},
"@koishijs/plugin-adapter-onebot": {
"version": "4.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-adapter-onebot/-/plugin-adapter-onebot-4.0.0-beta.2.tgz",
"integrity": "sha512-4v8wa5eevc6Nuir0PKv2N2dMZCanSwpgt9WJ1rMB7s2ch/ODYfLrJWXHqVuFV3hmw2p1+4i75ctSBiD895IsCQ==",
"dev": true,
"requires": {
"qface": "^1.2.0",
"ws": "^8.2.1"
}
},
"@koishijs/plugin-cache-lru": {
"version": "1.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-cache-lru/-/plugin-cache-lru-1.0.0-beta.1.tgz",
......@@ -4523,16 +4532,6 @@
"lru-cache": "^6.0.0"
}
},
"@koishijs/plugin-onebot": {
"version": "4.0.0-alpha.7",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-onebot/-/plugin-onebot-4.0.0-alpha.7.tgz",
"integrity": "sha512-gcQupD0RSXoW8FjhQL8TTfXK5N+spKFJuivEtGHLWEZFV4r8g64FOWdUcdyaIJMao/XEN0BYT6tgxXSKNL1h6A==",
"dev": true,
"requires": {
"qface": "^1.2.0",
"ws": "^8.2.1"
}
},
"@koishijs/utils": {
"version": "5.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0-beta.1.tgz",
......
{
"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-onebot": "^4.0.0-alpha.7",
"koishi": "^4.0.0-alpha.9"
},
"devDependencies": {
"@koishijs/plugin-onebot": "^4.0.0-alpha.7",
"@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
......@@ -46,5 +17,8 @@
"typescript": "^4.4.3",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"koishi": "^4.0.0-alpha.9"
}
}
import 'source-map-support/register';
import { Context, Schema, Session } from 'koishi';
import type { OneBotBot } from '@koishijs/plugin-onebot/lib/bot';
import type { OneBotBot } from '@koishijs/plugin-adapter-onebot/lib/bot';
export interface Config {
commmandName?: string;
......
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