{ "name": "viberadio-fm", "version": "0.2.4", "description": "Your agent's output as audio — spoken narration, monologue, two-host podcast, or reactive music. For Claude Code, Codex, Gemini, and other agentic CLIs. Local-first.", "type": "module", "license": "MIT", "author": "Pooria Arab", "bin": { "viberadio": "./dist/cli.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts src/cli.ts src/mcp.ts --format esm --dts --clean", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@pooriaarab/vibe-core": "^0.6.0", "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.11.0", "tsup": "^8.0.0", "typescript": "^5.4.0", "vitest": "^4.1.11" }, "homepage": "https://github.com/pooriaarab/viberadio#readme", "repository": { "type": "git", "url": "git+https://github.com/pooriaarab/viberadio.git" }, "bugs": { "url": "https://github.com/pooriaarab/viberadio/issues" }, "keywords": [ "vibe-suite", "viberadio", "claude-code", "codex", "agentic", "cli", "mcp", "tts", "text-to-speech", "narration", "local-first" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "mcpName": "io.github.pooriaarab/viberadio-fm" }