UNPKG

@speechmatics/real-time-client-react

Version:

React hooks for interacting with the Speechmatics Real-Time API

42 lines 983 B
{ "name": "@speechmatics/real-time-client-react", "version": "2.0.2", "description": "React hooks for interacting with the Speechmatics Real-Time API", "main": "./dist/index.cjs", "module": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist/", "src/", "README.md" ], "keywords": [ "real-time", "API", "ASR", "React", "hooks", "transcription", "speech", "intelligence" ], "dependencies": { "@speechmatics/real-time-client": "7.0.2" }, "author": "", "license": "MIT", "peerDependencies": { "react": "^18 || ^19" }, "devDependencies": { "@rollup/plugin-inject": "^5.0.5", "@types/react": "^18.3.12", "rollup-plugin-preserve-directives": "^0.4.0", "typescript-event-target": "^1.1.1" }, "scripts": { "build": "rm -rf dist/ && pnpm -C ../real-time-client build && pnpm rollup -c", "format": "biome format --write .", "lint": "biome lint --write ." } }