mona-agent / apps /desktop /package.json
mo
feat(devices): multi-device task claiming — only the winning device executes a task
c9ee91e
Raw
History Blame Contribute Delete
379 Bytes
{
"name": "mona-agent",
"version": "1.6.0",
"description": "mona.expert device agent — smart terminal, cloud brain. The only credential it holds is the mona.expert key.",
"type": "module",
"private": true,
"bin": {
"mona-agent": "./bin/mona-agent.js"
},
"dependencies": {
"ws": "^8.18.0"
},
"engines": {
"node": ">=20"
},
"license": "MIT"
}