{
  "name": "iom-platform",
  "version": "1.0.0",
  "description": "Inventory & Order Management SaaS Platform",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "seed": "node database/seed.js",
    "test": "node --test tests/*.test.js",
    "smoke:preflight": "node scripts/smoke-preflight.js",
    "smoke:auth": "node scripts/smoke-authenticated.js",
    "smoke:planning": "node scripts/smoke-planning-nonzero.js",
    "smoke:sso": "node scripts/smoke-sso-roundtrip.js",
    "smoke:all": "npm run smoke:preflight && npm run smoke:auth && npm run smoke:planning && npm run smoke:sso",
    "smoke:run-all": "bash scripts/run-all-migrations-and-smokes.sh"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cors": "^2.8.5",
    "csv-parser": "^3.0.0",
    "dotenv": "^16.3.1",
    "elliptic": "^6.6.1",
    "express": "^4.18.2",
    "express-rate-limit": "^7.1.1",
    "fast-csv": "^4.3.6",
    "helmet": "^7.0.0",
    "joi": "^17.10.2",
    "jsonwebtoken": "^9.0.2",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.6.0",
    "nodemailer": "^8.0.7",
    "otplib": "^12.0.1",
    "qrcode": "^1.5.4",
    "stripe": "^22.1.0",
    "uuid": "^9.0.0",
    "ws": "^8.14.2"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  }
}
