{
  "name": "nelloz",
  "version": "0.48.2",
  "description": "OMNI main runtime, orchestration, minimal voice UI and model-service manifests",
  "type": "module",
  "license": "ISC",
  "bin": {
    "nelloz": "bin/nelloz.js"
  },
  "exports": {
    ".": "./lib/cli.mjs",
    "./system-link": "./lib/system-link.mjs"
  },
  "files": [
    "bin",
    "lib",
    "scripts",
    "dist",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "scripts": {
    "build": "node ./scripts/build-payload.mjs",
    "postinstall": "node ./scripts/postinstall.mjs",
    "prepack": "npm run build",
    "test": "node --test ./test/*.test.mjs"
  },
  "engines": {
    "node": ">=20.11"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "omni",
    "minicpm",
    "qwen",
    "hermes-agent",
    "multimodal",
    "local-ai"
  ],
  "dependencies": {
    "ws": "8.21.3"
  }
}
