Files
Patriots01 954c76b899 Mod
2026-04-22 20:40:40 +01:00

43 lines
1020 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "Esta es la plantilla para una api",
"main": "index.js",
"scripts": {
"test": "node ./server/config/test",
"db:install": "node ./server/db/install",
"db:data-fake": "node ./server/db/data-fake",
"dev": "nodemon ./server/app",
"start": "npm install && node ./server/app"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.13.4",
"bcrypt": "^6.0.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"convert-array-to-csv": "^2.0.0",
"convert-csv-to-json": "^1.3.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"gmail-send": "^1.8.14",
"jsonwebtoken": "^9.0.3",
"mariadb": "^2.5.3",
"moment": "^2.29.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.5",
"sequelize": "^6.6.2",
"validator": "^13.6.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}