{
  "name": "@jay-zod/speak",
  "version": "1.1.0",
  "description": "Convert text to speech using Chatterbox TTS on Apple Silicon",
  "module": "src/index.ts",
  "type": "module",
  "bin": {
    "speak": "./src/index.ts"
  },
  "scripts": {
    "start": "bun run src/index.ts",
    "dev": "bun --watch run src/index.ts",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "cli-progress": "^3.12.0",
    "commander": "^13.1.0",
    "picocolors": "^1.1.1",
    "speaker": "^0.5.5",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/cli-progress": "^3.11.6"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "engines": {
    "bun": ">=1.0.0"
  },
  "keywords": ["tts", "text-to-speech", "chatterbox", "mlx", "apple-silicon", "pi-package"],
  "author": "jay-zod",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/EmZod/speak"
  },
  "pi": {
    "skills": ["SKILL.md"]
  }
}
