UNPKG

@speechmatics/batch-client

Version:

Javascript client for the Speechmatics batch jobs API

29 lines 565 B
{ "name": "@speechmatics/batch-client", "version": "5.1.0", "description": "Javascript client for the Speechmatics batch jobs API", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "files": [ "dist/", "README.md" ], "keywords": [ "speech", "ASR", "batch", "REST API", "transcript", "translation", "summary" ], "license": "MIT", "dependencies": { "zod": "^3.23.8" }, "scripts": { "generate-types": "./scripts/generate-models.sh", "build": "rollup -c" } }