{
  "name": "@serwist/webpack-plugin",
  "version": "9.5.11",
  "type": "module",
  "description": "A plugin for your webpack build process, helping you generate a manifest of local files that should be precached.",
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "serwist",
    "serwistjs",
    "webpack",
    "rspack",
    "rsbuild",
    "service worker",
    "caching",
    "fetch requests",
    "offline",
    "file manifest"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "Google's Web DevRel Team",
  "contributors": [
    "Serwist <ducanh2912.rusty@gmail.com> (https://serwist.pages.dev/)"
  ],
  "license": "MIT",
  "repository": "https://github.com/serwist/serwist",
  "bugs": "https://github.com/serwist/serwist/issues",
  "homepage": "https://serwist.pages.dev",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "internal": [
        "./dist/index.internal.d.mts"
      ],
      "schema": [
        "./dist/index.schema.d.mts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./internal": {
      "types": "./dist/index.internal.d.mts",
      "default": "./dist/index.internal.mjs"
    },
    "./schema": {
      "types": "./dist/index.schema.d.mts",
      "default": "./dist/index.schema.mjs"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "pretty-bytes": "6.1.1",
    "zod": "4.4.1",
    "@serwist/build": "9.5.11",
    "@serwist/utils": "9.5.11"
  },
  "devDependencies": {
    "@types/node": "25.6.0",
    "@types/webpack": "5.28.5",
    "tsdown": "0.21.10",
    "typescript": "6.0.3",
    "webpack": "5.106.2"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0",
    "webpack": "4.4.0 || ^5.9.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rimraf dist && NODE_ENV=production tsdown",
    "dev": "tsdown --watch",
    "lint": "biome lint ./src",
    "typecheck": "tsc"
  }
}