UNPKG

koishi-plugin-adapter-onebot

Version:
65 lines 1.39 kB
{ "name": "koishi-plugin-adapter-onebot", "version": "6.8.0", "description": "OneBot Adapter for Koishi", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "contributors": [ "Shigma <shigma10826@gmail.com>" ], "license": "MIT", "homepage": "https://github.com/koishijs/koishi-plugin-adapter-onebot", "repository": { "type": "git", "url": "https://github.com/koishijs/koishi-plugin-adapter-onebot.git" }, "bugs": { "url": "https://github.com/koishijs/koishi-plugin-adapter-onebot/issues" }, "keywords": [ "bot", "chatbot", "koishi", "plugin", "adapter", "onebot", "im", "chat" ], "koishi": { "description": { "en": "OneBot Adapter for Koishi", "zh": "OneBot 适配器" }, "service": { "implements": [ "adapter" ] } }, "scripts": { "build": "atsc -b", "lint": "eslint --ext=ts --cache" }, "devDependencies": { "@cordisjs/eslint-config": "^1.1.1", "@koishijs/plugin-server": "^3.2.4", "@types/node": "^22.7.5", "atsc": "^2.1.0", "esbuild": "^0.23.1", "esbuild-register": "^3.5.0", "eslint": "^8.57.0", "koishi": "^4.18.6", "typescript": "^5.6.2", "yml-register": "^1.2.5" }, "peerDependencies": { "koishi": "^4.18.6" }, "dependencies": { "qface": "^1.4.1" } }