UNPKG

web-speech-profanity

Version:

Web Speech API adapter to use Cognitive Services Speech Services for both speech-to-text and text-to-speech service.

39 lines (38 loc) 1.02 kB
{ "name": "playground", "version": "0.1.0", "homepage": "https://compulim.github.io/web-speech-cognitive-services", "private": true, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "scripts": { "build": "react-scripts build", "clean": "npx rimraf build", "eject": "react-scripts eject", "prepublishOnly": "npm run build", "start": "react-scripts start", "test": "react-scripts test --env=jsdom" }, "dependencies": { "classnames": "^2.3.1", "glamor": "^2.20.40", "microsoft-cognitiveservices-speech-sdk": "^1.17.0", "on-error-resume-next": "^1.1.0", "p-defer": "^4.0.0", "p-defer-es5": "^2.0.0", "react": "^17.0.2", "react-dictate-button": "^2.0.1", "react-dom": "^17.0.2", "react-redux": "^7.2.4", "react-say": "^2.0.1", "react-scripts": "^4.0.3", "redux": "^4.1.0", "redux-saga": "^1.1.3", "simple-update-in": "^2.2.0", "web-speech-cognitive-services": "^0.0.0-0" } }