{ "name": "microsoft-cognitiveservices-speech-sdk", "author": "Microsoft Corporation", "homepage": "https://docs.microsoft.com/azure/cognitive-services/speech-service/", "version": "1.31.0-rc.2", "license": "MIT", "description": "Microsoft Cognitive Services Speech SDK for JavaScript", "keywords": [ "microsoft", "cognitiveservices", "speech", "sdk", "javascript", "typescript", "ts", "js", "browser", "websocket", "speechtotext", "texttospeech" ], "bugs": { "url": "https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues" }, "repository": { "type": "git", "url": "https://github.com/Microsoft/cognitive-services-speech-sdk-js" }, "browser": { "asn1.js-rfc2560": false, "asn1.js-rfc5280": false, "https-proxy-agent": false, "simple-lru-cache": false, "ws": false, "fs": false, "agent-base": false, "tls": false, "net": 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/bent": "^7.3.2", "@types/jest": "^27.0.0", "@types/node": "^12.12.30", "@types/prettier": "<2.6.0", "@types/request": "^2.48.3", "@types/rimraf": "^3.0.0", "@types/uuid": "^9.0.0", "@types/ws": "^6.0.4", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/eslint-plugin-tslint": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", "asn1.js": "^5.2.0", "dts-bundle-webpack": "^1.0.2", "eslint": "^8.16.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.3.2", "eslint-plugin-prefer-arrow": "^1.2.3", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-rename": "^2.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-terser": "^2.1.0", "gulp-typescript": "^5.0.1", "jest": "^27.0.0", "jest-junit": "^12.0.0", "rimraf": "^3.0.2", "semver": "^6.3.0", "source-map-loader": "^3.0.1", "ts-jest": "^27.0.0", "tslint": "^5.20.1", "typescript": "^3.5.3", "webpack": "^5.72.1", "webpack-stream": "^7.0.0" }, "scripts": { "build": "gulp compress && gulp build2015", "test": "npm run lint && npm run jest --coverage", "jest": "jest", "lint": "eslint -c .eslintrc.js --ext .ts src", "civersion": "node ci/version.js", "prepare": "npm run build", "setup": "npm install --package-lock-only --ignore-scripts --no-audit" }, "jest-junit": { "suiteName": "jest tests", "outputName": "./test-javascript-junit.xml", "classNameTemplate": "{filename}-{title}", "titleTemplate": "{filename}-{title}", "ancestorSeparator": " � ", "suiteNameTemplate": "{filepath}", "includeConsoleOutput": true }, "dependencies": { "agent-base": "^6.0.1", "bent": "^7.3.12", "https-proxy-agent": "^4.0.0", "uuid": "^9.0.0", "ws": "^7.5.6" }, "overrides": { "extend": "3.0.2", "set-value": "4.0.1", "minimist": "1.2.6", "source-map": "~0.8.0-beta.0", "chokidar": { "glob-parent": "6.0.2" }, "glob-stream": { "glob-parent": "6.0.2" } }, "sideEffects": false }