-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "@paschaldev/cognitive-services-speech-react",
"version": "0.1.0",
"main": "dist/index.js",
"description": "React bindings for the Microsoft Cognitive Services Speech SDK",
"scripts": {
"build": "tsc"
},
"dependencies": {
"microsoft-cognitiveservices-speech-sdk": "^1.42.0"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@types/react": "^19.0.12",
"typescript": "^5.0.0"
},
"files": ["dist"],
"keywords": [
"realtime-transcription",
"cognitive-services",
"azure",
"realtime-translation",
"speech",
"react",
"speech-recognition",
"speech-to-text",
"microsoft-cognitiveservices-speech-sdk"
],
"author": "Paschal Ezeugwu <paschaldev@protonmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paschaldev/cognitive-services-speech-react.git"
},
"bugs": {
"url": "https://github.com/paschaldev/cognitive-services-speech-react/issues"
},
"homepage": "https://github.com/paschaldev/cognitive-services-speech-react#readme"
}