{
  "name": "@openbrt/audioctl",
  "version": "0.1.14",
  "description": "Generic WeClawBot audio/voice endpoint control CLI and AI-agent plugin.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "weclawbot",
    "audio",
    "voice",
    "music",
    "tts",
    "smart-home",
    "mqtt",
    "esp32",
    "audio-vm",
    "agent",
    "byoa",
    "openclaw",
    "codex",
    "claude-code",
    "hermes",
    "workbuddy",
    "netease-cloud-music"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "agent-plugin.json",
    "bin",
    "lib",
    "rules",
    "README.md"
  ],
  "bin": {
    "audioctl": "bin/audioctl.mjs"
  },
  "exports": {
    ".": "./lib/index.mjs",
    "./manifest": "./agent-plugin.json",
    "./rules/deepnight": "./rules/deepnight.json",
    "./package.json": "./package.json"
  },
  "scripts": {
    "check": "node --check lib/index.mjs && node --check bin/audioctl.mjs && node --test test/*.test.mjs"
  },
  "dependencies": {
    "mqtt": "^5.15.1"
  }
}
