@zhin.js/adapter-onebot11
Version:
zhin adapter for onebot11
57 lines • 1.24 kB
JSON
{
"name": "@zhin.js/adapter-onebot11",
"version": "1.0.19",
"description": "zhin adapter for onebot11",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js"
}
},
"files": [
"lib",
"src",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"zhin",
"adapter",
"onebot11"
],
"author": "lc-cn",
"license": "MIT",
"repository": {
"url": "git+https://github.com/zhinjs/zhin.git",
"type": "git",
"directory": "plugins/adapters/onebot11"
},
"dependencies": {
"ws": "^8.18.3"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/ws": "^8.18.1",
"typescript": "^5.3.0"
},
"peerDependencies": {
"zhin.js": "1.0.17",
"@zhin.js/types": "1.0.5",
"@zhin.js/http": "1.0.7"
},
"peerDependenciesMeta": {
"@zhin.js/types": {
"optional": true
},
"@zhin.js/http": {
"optional": true
}
},
"scripts": {
"build": "tsc && (test -f ../../services/console/lib/bin.js && node ../../services/console/lib/bin.js build || echo 'Skipping client build: console not built yet')",
"clean": "rm -rf lib"
}
}