{
  "name": "express-csp-header",
  "version": "6.3.1",
  "description": "Content-Security-Policy middleware for Express",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc -p ./",
    "lint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frux/csp.git"
  },
  "keywords": [
    "csp",
    "content-security-policy",
    "express"
  ],
  "author": "frux",
  "license": "WTFPL",
  "engines": {
    "node": ">=18"
  },
  "bugs": {
    "url": "https://github.com/frux/csp/labels/express-csp-header"
  },
  "homepage": "https://github.com/frux/csp/tree/master/packages/express-csp-header#readme",
  "devDependencies": {
    "@types/express": "4.17.11",
    "@types/psl": "1.1.3"
  },
  "dependencies": {
    "csp-header": "^6.3.1",
    "psl": "1.10.0"
  }
}
