Files
Control-Center/api-client/package.json

32 lines
763 B
JSON
Raw Normal View History

2026-04-25 19:02:57 +00:00
{
"name": "@control-center/openclaw-api-client",
"version": "0.1.0",
"description": "OpenClaw Gateway API client and WebSocket integration for the Control Center Command Hub",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "jest",
"lint": "eslint src/"
},
"dependencies": {
"ws": "^8.16.0",
"rxjs": "^7.8.1",
"eventsource": "^2.0.2"
},
"devDependencies": {
"typescript": "^5.4.0",
"@types/ws": "^8.5.10",
"@types/node": "^20.11.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"@types/jest": "^29.5.0",
"eslint": "^8.56.0"
},
"peerDependencies": {
"rxjs": "^7.8.1"
},
"license": "UNLICENSED",
"private": true
}