UNPKG

react-speech-recognition

Version:

Speech recognition for your React app

58 lines 1.32 kB
{ "name": "react-speech-recognition", "version": "4.0.0", "description": "Speech recognition for your React app", "keywords": [ "react", "reactjs", "speech", "recognition" ], "homepage": "https://webspeechrecognition.com", "repository": "github:JamesBrill/react-speech-recognition", "license": "MIT", "author": "James Brill <contact@jamesbrill.co.uk>", "type": "module", "exports": { ".": { "import": { "default": "./dist/index.js" }, "require": { "default": "./dist/index.cjs" } } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "bunchee", "fix": "biome check --fix", "lint": "biome check", "prepack": "bunchee", "test": "vitest" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@testing-library/react-hooks": "3.7.0", "@vitest/coverage-v8": "3.0.8", "bunchee": "6.4.0", "jsdom": "26.0.0", "react": "16.14.0", "react-dom": "16.14.0", "react-test-renderer": "16.14.0", "typescript": "5.8.2", "vitest": "3.0.8" }, "peerDependencies": { "react": ">=16.8.0" }, "packageManager": "yarn@4.7.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }