{
    "name": "security-gateway",
    "version": "1.0.0",
    "description": "A plug-and-play security gateway that detects malicious traffic and redirects it to a decoy API",
    "main": "index.js",
    "scripts": {
      "start": "node index.js",
      "test": "node test-attacks.js"
    },
    "keywords": [
      "security",
      "gateway",
      "proxy",
      "honeypot",
      "decoy",
      "attack-detection"
    ],
    "author": "",
    "license": "MIT",
    "dependencies": {
      "express": "^4.18.2",
      "http-proxy-middleware": "^2.0.6",
      "helmet": "^7.0.0",
      "express-rate-limit": "^6.7.0",
      "morgan": "^1.10.0",
      "cors": "^2.8.5",
      "uuid": "^9.0.0",
      "dotenv": "^16.0.3"
    }
  }