-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 861 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": "video-player-back",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"startdev": "nodemon ./bin/www"
},
"dependencies": {
"@google-cloud/cloud-sql-connector": "^1.4.0",
"axios": "^1.7.7",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"firebase-admin": "^13.0.1",
"google-auth-library": "^9.15.0",
"helmet": "^8.0.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"mysql2": "^3.11.4",
"nodemon": "^3.1.7"
},
"description": "Video player that reproduces and stores YouTube videos in user defined lists - back",
"main": "app.js",
"author": "Alba a.k.a. loiddy",
"license": "MIT",
"engines": {
"node": ">=18.20.4"
},
"devDependencies": {}
}