{
  "name": "hpkp",
  "author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
  "license": "MIT",
  "contributors": [
    "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)",
    "Tom Delmas <tdelmas@gmail.com> (https://tdelmas.ovh)"
  ],
  "description": "HTTP Public Key Pinning (HPKP) middleware",
  "version": "3.0.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "hpkp",
    "public key pinning"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/hpkp.git"
  },
  "bugs": "https://github.com/helmetjs/hpkp/issues",
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "scripts": {
    "pretest": "npm run lint",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "lint:eslint": "eslint --cache .",
    "lint:prettier": "prettier --check .",
    "format": "prettier --write .",
    "test": "node --test"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "connect": "^3.7.0",
    "eslint": "^9.12.0",
    "globals": "^15.11.0",
    "prettier": "^3.3.3",
    "supertest": "^7.0.0"
  }
}
