-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "api",
"version": "1.0.0",
"description": "Main api for the Teleport platform",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -L --inspect=0.0.0.0:49541 ./server.js",
"production": "node ./server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:teleportlabs/api.git"
},
"keywords": [
"voice",
"1-tap",
"communication",
"hardware"
],
"author": "Teleport",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.19.1"
},
"dependencies": {
"@google-cloud/bigquery": "^4.2.1",
"@hapi/joi": "^15.1.1",
"@sentry/node": "^5.6.2",
"agora-access-token": "^1.0.2-alpha.2",
"analytics-node": "^3.4.0-beta.1",
"argon2": "^0.24.1",
"axios": "^0.19.0",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.6.10",
"opentok": "^2.9.1",
"redis": "^2.8.0",
"socket.io": "^2.2.0"
}
}