{
  "name": "coi-serviceworker",
  "version": "0.1.7",
  "description": "Cross-Origin Isolation through a service worker",
  "main": "coi-serviceworker.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gzuidhof/coi-serviceworker.git"
  },
  "scripts": {
    "minify": "terser coi-serviceworker.js --mangle --compress --format --output coi-serviceworker.min.js"
  },
  "keywords": [
    "cross-origin",
    "coop",
    "coep",
    "isolation",
    "service-worker"
  ],
  "author": "Guido Zuidhof <me@guido.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gzuidhof/coi-serviceworker/issues"
  },
  "homepage": "https://github.com/gzuidhof/coi-serviceworker#readme",
  "devDependencies": {
    "terser": "^5.7.1"
  }
}