-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 802 Bytes
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
{
"name": "audio-google",
"version": "1.0.0",
"description": "WebRTC Audio transcription using Google Cloud to speech API",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hansonrb/webrtc-google-transcript.git"
},
"author": "Hanson Rynsburger",
"license": "ISC",
"bugs": {
"url": "https://github.com/hansonrb/webrtc-google-transcript/issues"
},
"homepage": "https://github.com/hansonrb/webrtc-google-transcript#readme",
"dependencies": {
"@google-cloud/speech": "1.5.0",
"memory-streams": "^0.1.3",
"ws": "^5.1.1"
},
"devDependencies": {
"node-record-lpcm16": "^0.3.0",
"nodemon": "^1.17.4"
}
}