-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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
45
46
47
48
49
{
"name": "sigeel",
"version": "1.0.0",
"description": "- Express - PostgreSQL - Sequelize ORM - Autenticación con Tokens - Bcrypt para hashear contraseñas - Uso de Json Web Token",
"main": "index.js",
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "21.x"
},
"keywords": [],
"author": "lufe023@gmail.com",
"license": "ISC",
"dependencies": {
"@types/fs-extra": "^11.0.1",
"bcrypt": "6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pdf-image": "^2.0.0",
"pdfkit": "^0.14.0",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"puppeteer": "^18.2.1",
"puppeteer-core": "^18.2.1",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.24.0",
"sharp": "^0.32.6",
"tedious": "^18.6.1",
"uuid": "^9.0.0",
"whatsapp-web.js": "^1.16.4-alpha.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"nodemon": "^3.0.1"
}
}