53 lines
978 B
JSON
53 lines
978 B
JSON
{
|
|
"name": "@sliverp/qqbot",
|
|
"version": "1.4.2",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"qqbot": "./bin/qqbot-cli.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"bin",
|
|
"src",
|
|
"skills",
|
|
"index.ts",
|
|
"tsconfig.json",
|
|
"openclaw.plugin.json",
|
|
"clawdbot.plugin.json",
|
|
"moltbot.plugin.json"
|
|
],
|
|
"clawdbot": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"moltbot": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"openclaw": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"scripts": {
|
|
"build": "tsc || true",
|
|
"dev": "tsc --watch",
|
|
"prepack": "npm install --omit=dev"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
},
|
|
"bundledDependencies": [
|
|
"ws"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/ws": "^8.5.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"clawdbot": "*",
|
|
"moltbot": "*",
|
|
"openclaw": "*"
|
|
},
|
|
"homepage": "https://github.com/sliverp/qqbot"
|
|
}
|