{ "name": "qqbot", "version": "1.0.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "clawdbot": { "extensions": ["./index.ts"] }, "moltbot": { "extensions": ["./index.ts"] }, "scripts": { "build": "tsc", "dev": "tsc --watch" }, "dependencies": { "ws": "^8.18.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/ws": "^8.5.0", "typescript": "^5.0.0" }, "peerDependencies": { "clawdbot": "*" } }