80 строки
2.0 KiB
JSON
80 строки
2.0 KiB
JSON
{
|
||
"name": "microsoft-cognitiveservices-speech-sdk",
|
||
"author": "Microsoft Corporation",
|
||
"homepage": "https://docs.microsoft.com/azure/cognitive-services/speech-service/",
|
||
"version": "1.2.1",
|
||
"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/Microsoft/cognitive-services-speech-sdk-js/issues"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/Microsoft/cognitive-services-speech-sdk-js"
|
||
},
|
||
"main": "distrib/lib/src/sdk/Exports.js",
|
||
"types": "distrib/lib/src/sdk/Exports.d.ts",
|
||
"files": [
|
||
"distrib/lib/**/*",
|
||
"distrib/browser/**/*",
|
||
"LICENSE",
|
||
"REDIST.txt"
|
||
],
|
||
"devDependencies": {
|
||
"@types/jest": "^23.3.10",
|
||
"@types/node": "^10.7.0",
|
||
"@types/request": "^2.48.1",
|
||
"gulp": "^4.0.0",
|
||
"gulp-rename": "^1.4.0",
|
||
"gulp-sourcemaps": "^2.6.4",
|
||
"gulp-tslint": "^8.0.0",
|
||
"gulp-typescript": "^3.2.3",
|
||
"gulp-uglify": "^3.0.1",
|
||
"jest": "^23.6.0",
|
||
"jest-junit": "^5.1.0",
|
||
"request": "^2.88.0",
|
||
"semver": "^5.6.0",
|
||
"source-map-loader": "^0.2.3",
|
||
"ts-jest": "^23.10.5",
|
||
"tslint": "^5.11.0",
|
||
"typescript": "^3.2.1",
|
||
"webpack-stream": "^4.0.0"
|
||
},
|
||
"scripts": {
|
||
"build": "gulp compress",
|
||
"test": "npm run lint && npm run jest",
|
||
"jest": "jest",
|
||
"lint": "tslint -p tsconfig.json",
|
||
"civersion": "node ci/version.js",
|
||
"prepack": "npm run build"
|
||
},
|
||
"jest": {
|
||
"testEnvironment": "node"
|
||
},
|
||
"jest-junit": {
|
||
"suiteName": "jest tests",
|
||
"output": "./test-javascript-junit.xml",
|
||
"classNameTemplate": "{classname}-{title}",
|
||
"titleTemplate": "{classname}-{title}",
|
||
"ancestorSeparator": " <20> ",
|
||
"usePathForSuiteName": "true"
|
||
},
|
||
"dependencies": {
|
||
"@types/ws": "^6.0.1",
|
||
"ws": "^6.1.2"
|
||
}
|
||
}
|