{
  "name": "main",
  "version": "1.1.0",
  "description": "Website of the company",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --build",
    "build-stagger": "ENVIRONMENT=Stagger tsc --build",
    "start": "node ./dist/app.js",
    "run-debug": "nodemon ./src/app.ts"
  },
  "keywords": [],
  "author": "Eusebio",
  "license": "ISC",
  "dependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/express": "^5.0.0",
    "bcrypt": "^5.1.1",
    "bcryptjs": "^2.4.3",
    "dotenv": "^16.4.7",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "mariadb": "^3.4.0",
    "multer": "^2.0.0",
    "nodemailer": "^6.10.0",
    "nodemon": "^3.1.9",
    "ts-node": "^10.9.2",
    "uuid": "^11.0.5"
  },
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/multer": "^1.4.12",
    "typescript": "^5.7.3"
  }
}
