forked from cz9dev/genimgia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 703 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 703 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
{
"name": "ai-image-generator",
"version": "1.0.0",
"description": "Aplicación web para generar imágenes con IA",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"axios": "^1.11.0",
"connect-flash": "^0.1.1",
"dotenv": "^17.2.1",
"ejs": "^3.1.9",
"express": "^5.1.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.2",
"helmet": "^8.1.0",
"ldapjs": "^3.0.7",
"morgan": "^1.10.1",
"multer": "^2.0.2",
"passport": "^0.7.0",
"passport-ldapauth": "^3.0.1",
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}