| { | |
| "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" | |
| } | |