{
  "name": "rollup-plugin-workbox",
  "version": "8.1.3",
  "description": "Rollup plugin that builds a service worker with workbox as part of your rollup build",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/modernweb-dev/web.git",
    "directory": "packages/rollup-plugin-workbox"
  },
  "author": "modern-web",
  "homepage": "https://github.com/modernweb-dev/web/tree/master/packages/rollup-plugin-workbox",
  "bugs": {
    "url": "https://github.com/modernweb-dev/web/issues"
  },
  "main": "dist/index.js",
  "module": "index.mjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "demo": "rollup -c demo/rollup.config.mjs"
  },
  "keywords": [
    "rollup",
    "service-worker",
    "workbox"
  ],
  "dependencies": {
    "esbuild": "^0.27.0",
    "pretty-bytes": "^5.5.0",
    "workbox-build": "^7.0.0"
  },
  "contributors": [
    "Pascal Schilp <pascalschilp@gmail.com>",
    "Benny Powers <web@bennypowers.com>"
  ]
}
