{
  "name": "lipbp-automation",
  "version": "1.0.0",
  "description": "Standalone email + SMS automation for Long Island Pickleball Pros",
  "type": "module",
  "main": "server.js",
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "start": "node server.js",
    "build": "node scripts/build-deploy.mjs",
    "dev": "node --watch server.js",
    "init-db": "node src/db/init.js",
    "run": "npm run init-db && npm start",
    "test": "node --test tests/*.test.js"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "jsonwebtoken": "^9.0.2",
    "node-cron": "^3.0.3",
    "nodemailer": "^6.9.16",
    "twilio": "^5.4.0",
    "uuid": "^11.0.3"
  }
}
