-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
44
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"inport": "node scripts/inportBD.js",
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FSDSTR0225/TFM-backend-amarillo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FSDSTR0225/TFM-backend-amarillo/issues"
},
"homepage": "https://github.com/FSDSTR0225/TFM-backend-amarillo#readme",
"description": "",
"dependencies": {
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.2",
"cloudinary": "^2.6.1",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-validator": "^7.2.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.15.0",
"mongoose": "^8.13.2",
"morgan": "^1.10.0",
"multer": "^2.0.1",
"node-fetch": "^2.7.0",
"nodemailer": "^7.0.3",
"socket.io": "^4.8.1",
"streamifier": "^0.1.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}