-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "speakupaudiofileserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LetsUseSpeakUp/SpeakupAudioFileServer.git"
},
"author": "faraz",
"license": "ISC",
"bugs": {
"url": "https://github.com/LetsUseSpeakUp/SpeakupAudioFileServer/issues"
},
"homepage": "https://github.com/LetsUseSpeakUp/SpeakupAudioFileServer#readme",
"dependencies": {
"agora-access-token": "^2.0.4",
"app-root-path": "^3.0.0",
"auth0": "^2.35.0",
"aws-sdk": "^2.921.0",
"base64-url": "^2.3.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-jwt": "^6.0.0",
"express-jwt-authz": "^2.4.1",
"jwks-rsa": "^2.0.3",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"videoshow": "^0.1.12"
},
"devDependencies": {
"@types/node": "^15.6.1",
"nodemon": "^2.0.7"
}
}