UNPKG

orate

Version:
74 lines (73 loc) 1.89 kB
{ "name": "orate", "version": "2.0.6", "description": "The AI toolkit for speech.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.mjs", "./*": "./dist/*.mjs" }, "scripts": { "prepublishOnly": "pnpm build", "build": "tsup", "test": "vitest" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/haydenbleasel/orate.git" }, "keywords": [ "ai", "text", "speech", "transcribe" ], "author": "Hayden Bleasel <hello@haydenbleasel.com>", "license": "MIT", "bugs": { "url": "https://github.com/haydenbleasel/orate/issues" }, "homepage": "https://github.com/haydenbleasel/orate#readme", "devDependencies": { "@auto-it/first-time-contributor": "^11.3.0", "@biomejs/biome": "1.9.4", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/fluent-ffmpeg": "^2.1.27", "jsdom": "^26.0.0", "tsup": "^8.4.0", "ultracite": "4.2.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.9" }, "dependencies": { "@cartesia/cartesia-js": "^2.1.10", "@deepgram/sdk": "^3.11.3", "@fal-ai/client": "^1.3.0", "@google-cloud/speech": "^7.0.1", "@google-cloud/text-to-speech": "^6.0.1", "@neuphonic/neuphonic-js": "^0.5.0", "@speechify/api-sdk": "^2.4.1", "assemblyai": "^4.9.0", "deepmerge": "^4.3.1", "elevenlabs": "^1.55.0", "fluent-ffmpeg": "^2.1.3", "groq-sdk": "^0.17.0", "hume": "^0.9.15", "ibm-watson": "^10.0.0", "jigsawstack": "^0.0.28", "ky": "^1.7.5", "lmnt-node": "^2.4.0", "microsoft-cognitiveservices-speech-sdk": "^1.43.0", "openai": "^4.90.0", "replicate": "^1.0.1", "revai-node-sdk": "^3.8.5", "typescript": "^5.8.2", "vite": "^6.2.3" } }