{
  "name": "rollup-plugin-gzip",
  "version": "4.2.0",
  "engines": {
    "node": ">=10.0.0"
  },
  "description": "Compress your Rollup / Vite bundle with Gzip or Brotli",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "gzip",
    "compress",
    "compression",
    "brotli",
    "vite",
    "vite-plugin"
  ],
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    "require": "./dist/cjs/index.cjs",
    "import": "./dist/index.js",
    "default": "./dist/index.js"
  },
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc && tsc --project tsconfig-cjs.json && node rename-dist-cjs.js",
    "clean": "rimraf dist",
    "format": "prettier --write --config .prettierrc '*.js', './src/**' './test/**' './examples/**'",
    "lint": "eslint",
    "test": "vitest run",
    "prepack": "yarn run clean && yarn run build",
    "prepublish": "yarn run lint && yarn run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kryops/rollup-plugin-gzip.git"
  },
  "author": "Michael Manzinger <michael@kryops.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kryops/rollup-plugin-gzip/issues"
  },
  "homepage": "https://github.com/kryops/rollup-plugin-gzip#readme",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^24.12.0",
    "eslint": "^10.0.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.15.0",
    "eslint-plugin-n": "^17.24.0",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "rolldown-vite": "^7.3.1",
    "rollup": "^4.59.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0",
    "vite": "^8.0.0",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "rollup": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "rollup": {
      "optional": true
    }
  },
  "packageManager": "yarn@4.12.0"
}
