{
  "name": "node-service-security-baseline",
  "private": true,
  "version": "1.0.0",
  "engines": {
    "node": ">=24 <25"
  },
  "scripts": {
    "start": "node server.js",
    "test": "npm run lint && npm run unit",
    "lint": "eslint .",
    "unit": "vitest run",
    "audit:prod": "npm audit --omit=dev",
    "publish:check": "npm publish --dry-run"
  },
  "dependencies": {
    "express": "5.1.0",
    "helmet": "8.1.0",
    "express-rate-limit": "8.1.0",
    "zod": "4.1.11"
  },
  "overrides": {
    "body-parser": "2.2.0"
  },
  "packageManager": "npm@11.6.0"
}
