{ "name": "@bytelyst/speech", "version": "0.1.0", "description": "Cloud-agnostic speech-to-text abstraction for the ByteLyst ecosystem", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run --pool forks" }, "peerDependencies": {}, "devDependencies": { "typescript": "^5.7.0", "vitest": "^3.0.0" }, "publishConfig": { "registry": "http://localhost:3300/api/packages/bytelyst/npm/" } }