{
  "name": "@mrtc0/csp-html-webpack-plugin",
  "version": "1.0.2",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "jest",
    "release": "npm run build && changeset publish"
  },
  "keywords": [
    "CSP",
    "Content-Security-Policy",
    "webpack",
    "html-webpack-plugin"
  ],
  "homepage": "https://github.com/mrtc0/csp-html-webpack-plugin",
  "bugs": {
    "url": "https://github.com/mrtc0/csp-html-webpack-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrtc0/csp-html-webpack-plugin.git"
  },
  "author": "mrtc0@ssrf.in",
  "license": "Apache-2.0",
  "devDependencies": {
    "@changesets/cli": "^2.26.2",
    "@types/jest": "^29.5.3",
    "@types/jsdom": "^21.1.1",
    "html-webpack-plugin": "^5.5.3",
    "jest": "^29.6.1",
    "jsdom": "^22.1.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6",
    "webpack": "^5.88.1"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
