{
  "slug": "adom-tts",
  "version": "1.9.29",
  "type": "app",
  "description": "Adom's shared text-to-speech CLI + Playground. Reads your AI answers back to you while driving, and renders perfectly-timed voiceover tracks for demo videos.",
  "license": "MIT",
  "tags": [
    "tts",
    "voice",
    "audio",
    "demo",
    "accessibility",
    "cli",
    "open-source",
    "mit"
  ],
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "files": [
    "package.json",
    "install.sh",
    "uninstall.sh",
    "bin/adom-tts",
    "skills/**",
    "completions/**"
  ]
}