Files
clawd/package.json
support 3c3f216e8c chore: bump version
- update demo and main.c for 3588s display
- add *.o to .gitignore to exclude build artifacts
- version 1.5.4 -> 1.5.5
2026-06-14 16:09:18 +08:00

29 lines
535 B
JSON

{
"name": "clawd",
"version": "1.5.5",
"description": "Claw Box daemon - connects local Linux box to claw.cutos.ai via WebSocket",
"main": "lib/client.js",
"bin": {
"clawd": "./bin/clawd.js"
},
"scripts": {
"start": "node bin/clawd.js"
},
"keywords": [
"claw",
"iot",
"websocket",
"daemon"
],
"author": "stswangzhiping",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"ssh2": "^1.17.0",
"systeminformation": "^5.25.0",
"ws": "^8.18.0"
}
}