cognitive-services-speech-s.../package.json

80 строки
2.0 KiB
JSON
Исходник Обычный вид История

2018-12-14 20:27:57 +03:00
{
"name": "microsoft-cognitiveservices-speech-sdk",
"author": "Microsoft Corporation",
"homepage": "https://docs.microsoft.com/azure/cognitive-services/speech-service/",
"version": "1.3.0-alpha.0.1",
2018-12-14 20:27:57 +03:00
"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/**/*",
2018-12-14 20:27:57 +03:00
"LICENSE",
"REDIST.txt"
],
"devDependencies": {
"@types/jest": "^23.3.10",
2018-12-14 20:27:57 +03:00
"@types/node": "^10.7.0",
"@types/request": "^2.48.1",
2018-12-14 20:27:57 +03:00
"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",
2018-12-14 20:27:57 +03:00
"jest-junit": "^5.1.0",
"request": "^2.88.0",
2018-12-14 20:27:57 +03:00
"semver": "^5.6.0",
"source-map-loader": "^0.2.3",
"ts-jest": "^23.10.5",
2018-12-14 20:27:57 +03:00
"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"
2018-12-14 20:27:57 +03:00
},
"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"
}
}