@speechmatics/flow-client-react
Version:
React hooks for interacting with the Speechmatics Flow API
40 lines • 929 B
JSON
{
"name": "@speechmatics/flow-client-react",
"version": "0.2.1",
"description": "React hooks for interacting with the Speechmatics Flow API",
"main": "dist/index.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/",
"README.md"
],
"keywords": [
"Flow",
"API",
"React",
"hooks",
"transcription",
"speech",
"intelligence"
],
"dependencies": {
"@speechmatics/flow-client": "0.2.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 ../flow-client build && pnpm rollup -c",
"format": "biome format --write .",
"lint": "biome lint --write ."
}
}