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