{
  "name": "guardify",
  "version": "1.0.2",
  "description": "Guardify is a Node.js middleware designed to enhance the security of your web applications by setting various HTTP security headers. It is easy to integrate and customizable based on your specific security requirements.",
  "main": "src/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/stawuah/xss.git"
  },
  "bugs": {
    "url": "http://github.com/stawuah/xss/issues"
  },
  "scripts": {
    "xss": "node hunt.js",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "test:badge": "jest-badges"
  },
  "keywords": [
    "security",
    "X-XSS-Protection",
    "Strict-Transport-Security",
    "X-Frame-Options",
    "X-Powered-By",
    "XSS protection",
    "middleware",
    "express",
    "header management",
    "secure",
    "headers",
    "clickjacking",
    "HTTPS",
    "xss",
    "Javascript",
    "defense",
    "secure headers",
    "HSTS",
    "xxs",
    "web server",
    "man-in-the-middle attacks"
  ],
  "author": "Stephen Awuah Nyameke",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.2"
  },
  "devDependencies": {
    "coverage-badges-cli": "^2.1.0",
    "jest": "^29.7.0",
    "jest-badges": "^0.1.3",
    "supertest": "^6.3.3"
  }
}
