{ "name": "@copilotkit/voice", "version": "1.62.3", "description": "Voice services for CopilotKit (transcription, text-to-speech, etc.)", "repository": { "type": "git", "url": "https://github.com/CopilotKit/CopilotKit.git" }, "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "unpkg": "./dist/index.umd.js", "jsdelivr": "./dist/index.umd.js", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "compat-check": "es-check es2022 --module 'dist/**/!(*.umd).{mjs,cjs,js}' && es-check es2018 'dist/**/*.umd.js'", "prepublishOnly": "pnpm run build", "dev": "tsdown --watch", "check-types": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "publint": "publint .", "attw": "attw --pack . --profile node16" }, "dependencies": { "openai": "^5.9.0" }, "devDependencies": { "@copilotkit/runtime": "workspace:*", "@copilotkit/typescript-config": "workspace:*", "@types/node": "^22.15.3", "tsdown": "^0.20.3", "typescript": "5.8.2", "vitest": "^3.0.5" }, "peerDependencies": { "@copilotkit/runtime": "workspace:*" }, "engines": { "node": ">=18" } }