{
  "name": "recover-missed-call-demo-app",
  "version": "3.6.22",
  "description": "Recover Missed Call v3.6.22: service-area state/street-suffix parsing fix for Dearborn typo handling.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "node --watch src/index.js",
    "init-db": "node src/initDb.js",
    "check-config": "node src/checkConfig.js",
    "migrate-json": "node src/migrateJsonToSqlite.js"
  },
  "dependencies": {
    "@sendgrid/mail": "^8.1.4",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "helmet": "^8.0.0",
    "luxon": "^3.5.0",
    "nodemailer": "^6.9.16",
    "openai": "^4.77.0",
    "twilio": "^5.4.2",
    "uuid": "^11.0.3",
    "json2csv": "^6.0.0-alpha.2",
    "sql.js": "^1.12.0"
  },
  "engines": {
    "node": ">=18"
  }
}
