{
  "name": "k9shield",
  "version": "1.0.10",
  "description": "An Express.js middleware library providing military-grade web application security.",
  "main": "index.js",
  "scripts": {
    "test": "node --test"
  },
  "keywords": [
    "security",
    "middleware",
    "express",
    "ddos-protection",
    "rate-limiting",
    "web-security",
    "nodejs",
    "k9crypt",
    "firewall",
    "waf",
    "xss-protection",
    "sql-injection",
    "csrf",
    "security-headers",
    "ip-blocking",
    "blacklist",
    "whitelist",
    "throttling",
    "brute-force-protection",
    "input-validation",
    "request-filtering",
    "attack-prevention",
    "security-middleware",
    "express-middleware",
    "http-security",
    "api-security",
    "web-protection",
    "security-layer",
    "access-control",
    "threat-detection",
    "security-monitoring",
    "request-validation"
  ],
  "author": {
    "name": "K9Crypt Team",
    "email": "hi@k9crypt.xyz",
    "url": "https://k9crypt.xyz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/k9crypt/k9shield"
  },
  "homepage": "https://k9crypt.xyz/products/k9shield",
  "bugs": {
    "url": "https://github.com/k9crypt/k9shield/issues",
    "email": "hi@k9crypt.xyz"
  },
  "license": "MIT",
  "dependencies": {
    "ipaddr.js": "^2.3.0",
    "k9crypt": "^1.1.9",
    "semver": "^7.7.4"
  }
}
