File size: 379 Bytes
e720a94 c9ee91e e720a94 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"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"
}
|