forked from Koala-UN/simon-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 913 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
36
37
38
39
{
"name": "simon-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"vercel-build": "echo 'vercel-build por aqui!! '"
},
"engines": {
"node": "22.12.0"
},
"author": "Brosgor",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mercadopago": "^2.1.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.5",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.7",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^7.0.0"
}
}