This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "microsoft-speech-browser-sdk",
"version": "0.0.12",
"description": "Microsoft Speech SDK for browsers",
"main": "distrib/Speech.Browser.Sdk.js",
"types": "distrib/speech.browser.sdk.d.ts",
"keywords": [
"microsoft",
"speech",
"sdk",
"javascript",
"typescript",
"ts",
"js",
"browser",
"websocket",
"speechtotext"
],
"bugs": {
"url": "https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript.git"
},
"author": "Microsoft",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-bump": "^2.8.0",
"gulp-git": "^2.2.0",
"gulp-minify": "0.0.15",
"gulp-sourcemaps": "^2.6.4",
"gulp-tag-version": "^1.3.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.2.3",
"source-map-loader": "^0.2.3",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"webpack-stream": "^4.0.0"
},
"scripts": {
"prepublishOnly": "npm install && gulp build",
"build": "npm install && gulp build",
"bundle": "npm install && gulp bundle",
"patchRelease": "npm install && gulp patchRelease",
"featureRelease": "npm install && gulp featureRelease",
"majorRelease": "npm install && gulp majorRelease",
"preRelease": "npm install && gulp preRelease"
}
}