-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 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
{
"name": "finditbackend",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"dependencies": {
"@tensorflow/tfjs-node": "^4.22.0",
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.3",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-rate-limit": "^8.0.0",
"firebase-admin": "^13.3.0",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.14.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemon": "^3.1.10",
"nsfwjs": "^4.2.1",
"qrcode": "^1.5.4"
}
}