{
  "name": "web-speech-cognitive-services",
  "version": "0.0.0-0",
  "description": "Polyfill Web Speech API with Cognitive Services Speech-to-Text service",
  "keywords": [
    "cognitive services",
    "dictation",
    "microphone",
    "polyfill",
    "react",
    "speak",
    "speech recognition",
    "speech synthesis",
    "speech to text",
    "speechsynthesis",
    "stt",
    "text to speech",
    "tts",
    "unified speech",
    "utterance",
    "voice recognition",
    "web speech",
    "webrtc",
    "webspeech"
  ],
  "main": "lib/index.js",
  "files": [
    "lib/**/*",
    "umd/**/*"
  ],
  "scripts": {
    "build": "babel --out-dir lib --ignore **/*.spec.js,**/*.test.js --source-maps true src/",
    "clean": "rimraf lib",
    "eslint": "eslint src/**/*.js",
    "prepublishOnly": "npm run eslint && npm run build",
    "start": "npm run build -- --skip-initial-build --watch",
    "test": "jest"
  },
  "author": "William Wong <compulim@hotmail.com> (http://compulim.info/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compulim/web-speech-cognitive-services.git"
  },
  "bugs": {
    "url": "https://github.com/compulim/web-speech-cognitive-services/issues"
  },
  "homepage": "https://github.com/compulim/web-speech-cognitive-services#readme",
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "babel-jest": "^27.0.6",
    "babel-plugin-transform-inline-environment-variables": "^0.4.3",
    "dotenv": "^10.0.0",
    "eslint": "^7.30.0",
    "global-agent": "^2.2.0",
    "jest": "^27.0.6",
    "lolex": "^6.0.0",
    "microsoft-cognitiveservices-speech-sdk": "^1.17.0",
    "node-fetch": "^2.6.1",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2"
  },
  "dependencies": {
    "@babel/runtime": "7.14.6",
    "base64-arraybuffer": "0.2.0",
    "event-as-promise": "1.0.5",
    "event-target-shim": "6.0.2",
    "memoize-one": "5.2.1",
    "on-error-resume-next": "1.1.0",
    "p-defer": "4.0.0",
    "p-defer-es5": "2.0.0",
    "simple-update-in": "2.2.0"
  },
  "peerDependencies": {
    "microsoft-cognitiveservices-speech-sdk": "~1.17.0"
  }
}
