-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 922 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 922 Bytes
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
{
"name": "comics_tv",
"version": "1.0.0",
"description": "A Node.js-powered backend for an OTT (Over-The-Top) platform named COMICS TV.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.1",
"firebase-admin": "^11.0.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mime": "^2.6.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.12.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"sweetalert2": "^11.15.2"
}
}