UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

110 lines (109 loc) 2.95 kB
{ "name": "@voice-ping/cognitive-services-speech", "author": "VoicePing", "homepage": "https://github.com/p2p-inc/cognitive-services-speech-sdk-js/", "version": "0.0.2", "license": "MIT", "description": "VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft", "keywords": [ "microsoft", "cognitiveservices", "speech", "sdk", "javascript", "typescript", "ts", "js", "browser", "websocket", "speechtotext", "texttospeech" ], "repository": { "type": "git", "url": "https://github.com/p2p-inc/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, "xmlhttprequest-ts": false, "async-disk-cache": false, "distrib/es2015/external/ocsp/ocsp": false, "distrib/lib/external/ocsp/ocsp": false, "agent-base": false, "tls": 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": "^25.2.2", "@types/node": "^12.12.30", "@types/request": "^2.48.3", "@types/rimraf": "^3.0.0", "@types/ws": "^6.0.4", "asn1.js": "^5.2.0", "dts-bundle-webpack": "^1.0.2", "gulp": "^4.0.2", "gulp-rename": "^2.0.0", "gulp-sourcemaps": "^2.6.5", "gulp-terser": "^1.2.0", "gulp-tslint": "^8.1.4", "gulp-typescript": "^5.0.1", "jest": "^26.0.1", "jest-junit": "^10.0.0", "ocsp": "^1.2.0", "request": "^2.88.0", "rimraf": "^3.0.2", "semver": "^6.3.0", "source-map-loader": "^0.2.4", "ts-jest": "^25.5.1", "tslint": "^5.20.1", "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": { "agent-base": "^6.0.0", "asn1.js-rfc2560": "^5.0.0", "asn1.js-rfc5280": "^3.0.0", "async-disk-cache": "^2.1.0", "https-proxy-agent": "^3.0.1", "simple-lru-cache": "0.0.2", "ws": "^7.2.0", "xmlhttprequest-ts": "^1.0.1" }, "resolutions": { "extend": "3.0.2" }, "sideEffects": false }