-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 899 Bytes
/
package.json
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
{
"name": "twilio-game-telefone",
"version": "1.0.0",
"description": "Telephone Game using Twilio Programmable Voice API",
"main": "server.js",
"scripts": {
"start": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luisleao/twilio-game-telefone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/luisleao/twilio-game-telefone/issues"
},
"homepage": "https://github.com/luisleao/twilio-game-telefone#readme",
"dependencies": {
"@google-cloud/speech": "^4.4.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "8.9.1",
"firebase-admin": "9.11.0",
"md5": "2.3.0",
"nodemon": "2.0.12",
"twilio": "^3.58.0",
"ws": "^7.4.4"
}
}