{
  "name": "@euirim/microsoft-cognitiveservices-speech-sdk",
  "author": "Euirim Choi",
  "homepage": "https://docs.microsoft.com/azure/cognitive-services/speech-service/",
  "version": "1.8.0",
  "license": "MIT",
  "description": "Microsoft Cognitive Services Speech SDK for JavaScript",
  "keywords": [
    "microsoft",
    "cognitiveservices",
    "speech",
    "sdk",
    "javascript",
    "typescript",
    "ts",
    "js",
    "browser",
    "websocket",
    "speechtotext"
  ],
  "bugs": {
    "url": "https://github.com/euirim/cognitive-services-speech-sdk-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/euirim/cognitive-services-speech-sdk-js"
  },
  "browser": {
    "asn1.js-rfc2560": false,
    "asn1.js-rfc5280": false,
    "distrib/es2015/external/ocsp/ocsp": false,
    "distrib/lib/external/ocsp/ocsp": false,
    "https-proxy-agent": false,
    "simple-lru-cache": false,
    "ws": false
  },
  "main": "distrib/lib/microsoft.cognitiveservices.speech.sdk.js",
  "module": "distrib/es2015/microsoft.cognitiveservices.speech.sdk.js",
  "types": "distrib/lib/microsoft.cognitiveservices.speech.sdk.d.ts",
  "files": [
    "distrib/lib/**/*",
    "distrib/es2015/**/*",
    "distrib/browser/**/*",
    "LICENSE",
    "REDIST.txt"
  ],
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/node": "^12.6.8",
    "@types/request": "^2.48.2",
    "@types/ws": "^6.0.1",
    "asn1.js": "^5.0.0",
    "dts-bundle-webpack": "^1.0.2",
    "gulp": "^4.0.2",
    "gulp-rename": "^1.4.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-terser": "^1.2.0",
    "gulp-tslint": "^8.1.4",
    "gulp-typescript": "^5.0.1",
    "jest": "^24.8.0",
    "jest-junit": "^7.0.0",
    "request": "^2.88.0",
    "semver": "^6.3.0",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^24.0.2",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3",
    "webpack-stream": "^5.2.1"
  },
  "scripts": {
    "build": "gulp compress && gulp build2015",
    "test": "npm run lint && npm run jest --coverage",
    "jest": "jest",
    "lint": "tslint -p tsconfig.json",
    "civersion": "node ci/version.js",
    "prepare": "npm run build"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "jest-junit": {
    "suiteName": "jest tests",
    "output": "./test-javascript-junit.xml",
    "classNameTemplate": "{classname}-{title}",
    "titleTemplate": "{classname}-{title}",
    "ancestorSeparator": " � ",
    "usePathForSuiteName": "true"
  },
  "dependencies": {
    "asn1.js-rfc2560": "^5.0.0",
    "asn1.js-rfc5280": "^3.0.0",
    "https-proxy-agent": "^3.0.0",
    "simple-lru-cache": "0.0.2",
    "ws": "^7.1.1"
  },
  "resolutions": {
    "extend": "3.0.2"
  },
  "sideEffects": false
}
