-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 KB
/
package.json
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
45
46
47
{
"name": "incidir-para-existir",
"version": "1.0.0",
"description": "Incidir Para Existir App API - ExpressJS and Mailer service",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemocraciaEnRed/incidir-para-existir.git"
},
"author": "Democracia en Red",
"bugs": {
"url": "https://github.com/DemocraciaEnRed/incidir-para-existir/issues"
},
"homepage": "https://github.com/DemocraciaEnRed/incidir-para-existir#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@json2csv/node": "^7.0.6",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-validator": "^7.2.0",
"helmet": "^8.0.0",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.11.4",
"nodemailer": "^6.9.16",
"nunjucks": "^3.2.4",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"request": "^2.88.2",
"sequelize": "^6.37.5",
"umzug": "^3.8.2"
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"nodemon": "^3.1.7",
"sequelize-cli": "^6.6.2"
}
}