forked from Marsview/Realtime-streams-playground-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 782 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
30
{
"name": "GoogleCloudSpeechPlayground",
"version": "1.0.1",
"description": "Google Cloud Speech Playground with node.js and socket.io.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app2.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/speech": "^4.2.0",
"async": "^3.2.0",
"axios": "^0.22.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.16.2",
"express-session": "^1.17.2",
"nodemon": "^2.0.9",
"path": "^0.12.7",
"redis": "^3.1.2",
"redis-streams": "^1.1.0",
"redis-streams-broker": "0.0.13",
"request": "^2.88.2",
"socket.io": "^3.1.1",
"socket.io-client": "^4.1.2"
}
}