{
  "name": "nexos-corredores",
  "version": "0.1.0",
  "private": true,
  "packageManager": "pnpm@11.9.0",
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "postbuild": "node scripts/prepare-standalone.mjs",
    "start": "node .next/standalone/server.js",
    "lint": "eslint .",
    "db:check": "node scripts/db/check-migrations.mjs",
    "db:migrate": "node scripts/db/migrate.mjs",
    "admin:create": "node scripts/admin/create-admin.mjs",
    "hosting:check": "node scripts/deploy/check-hosting.mjs",
    "hosting:package": "node scripts/deploy/build-package.mjs",
    "backup": "node scripts/ops/backup.mjs"
  },
  "dependencies": {
    "mysql2": "3.23.0",
    "next": "16.2.10",
    "nodemailer": "7.0.12",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "sharp": "0.34.5"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "4.3.3",
    "@types/node": "^24.0.0",
    "@types/nodemailer": "7.0.11",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "eslint": "^9.0.0",
    "eslint-config-next": "16.2.10",
    "tailwindcss": "4.3.3",
    "typescript": "^5.9.0"
  }
}
