UNPKG

adaptive-speech-recognizer

Version:

Adaptive dictation-mode speech recognizer ponyfill compatible with WebChat that gives the user time to think and stutter/stammer.

65 lines (64 loc) 2.01 kB
{ "name": "adaptive-speech-recognizer", "version": "2.2.0", "description": "Adaptive dictation-mode speech recognizer ponyfill compatible with WebChat that gives the user time to think and stutter/stammer.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nfreear/dictation.git" }, "author": "Nick Freear", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./example-app": "./demo/lib/example-app.js", "./fireMockActionsEvent": "./test/fireMockActionsEvent.js", "./webApiSpeechRecog": "./src/web-api-speech-recog.js" }, "scripts": { "build:site": "cp -R *.js *.html src demo test _site", "_": "# http://localhost:8080?key=_YOUR_AZURE_SPEECH_SUBSCRIPTION_KEY&actions=true", "start": "npm run _ && servor", "ts": "npx -p typescript tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types", "test": "semistandard && jest" }, "devDependencies": { "jest": "^29.7.0", "ndf-elements": "^1.7.1", "semistandard": "^17.0.0", "servor": "^4.0.2" }, "peerDependencies": { "microsoft-cognitiveservices-speech-sdk": "^1.43.1", "react-dictate-button": "^2.0.1", "web-speech-cognitive-services": "^7.1.3" }, "CDN_peerDependencies": { "botframework-webchat-root": "^4.10.1", "sdk:1.15.1": "https://cdn.jsdelivr.net/npm/microsoft-cognitiveservices-speech-sdk@1.15.1/distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle-min.js", "sdk": "https://unpkg.com/microsoft-cognitiveservices-speech-sdk@1.43.1/distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle-min.js" }, "keywords": [ "microsoft", "cognitiveservices", "cognitive services", "speech", "sdk", "websocket", "speechtotext", "texttospeech", "asr", "sst", "speech recognition", "dictation", "stutter", "stammer" ], "semistandard": { "env": { "browser": true, "jest": true } } }