{
  "name": "@nest-middleware-collection/helmet",
  "version": "9.0.0",
  "description": "NestJS Middleware for Helmet",
  "main": "index",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asheliahut/nest-middlewares.git"
  },
  "keywords": [
    "nest",
    "middlewares",
    "express",
    "node"
  ],
  "contributors": [
    "Wilson Hobbs <wilsonhobbs1@gmail.com>",
    "Ashley Hutson <asheliahut@gmail.com>"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "private": false,
  "bugs": {
    "url": "https://github.com/asheliahut/nest-middlewares/issues"
  },
  "homepage": "https://github.com/asheliahut/nest-middlewares#readme",
  "dependencies": {
    "@types/express": "^4.17.13",
    "@types/express-serve-static-core": "^4.17.29",
    "@types/helmet": "^4.0.0",
    "helmet": "^5.1.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^9.0.0"
  },
  "gitHead": "53a9410decfb49137d5a322406496a670b96fd0c"
}
