-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "game-time-hype-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagar-donda/Game-Time-Hype-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sagar-donda/Game-Time-Hype-API/issues"
},
"homepage": "https://github.com/sagar-donda/Game-Time-Hype-API#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-useragent": "^1.0.15",
"ffmpeg": "^0.0.4",
"firebase": "^9.15.0",
"firebase-admin": "^11.4.1",
"googleapis": "^110.0.0",
"jsonwebtoken": "^9.0.0",
"media-thumbnail": "^1.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"otp-generator": "^4.0.0",
"passport": "^0.6.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.21.3",
"socket.io": "^4.5.2",
"uuid": "^8.3.2"
}
}