-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 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
{
"name": "CavernousHoaxScanner.github.io",
"version": "1.0.0",
"description": "A simple deepfake detector using Node.js, Express, Socket.io, Python, and EJS",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Krishnendu Mitra",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.7",
"dotenv": "^10.0.0",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-rate-limit": "^8.0.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"helmet": "^8.1.0",
"jsonfile": "^6.1.0",
"multer": "^1.4.5-lts.1",
"pdfkit": "^0.17.1",
"stream": "^0.0.3",
"xss-clean": "^0.1.4"
}
}