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