{
  "name": "@pob/rollup",
  "version": "8.1.2",
  "description": "rollup configuration for pob",
  "keywords": [],
  "homepage": "https://github.com/christophehurpeau/pob",
  "bugs": {
    "url": "https://github.com/christophehurpeau/pob/issues"
  },
  "license": "MIT",
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/christophehurpeau/pob.git",
    "directory": "@pob/rollup"
  },
  "bin": {
    "pob-rollup-clean-out": "./bin/pob-rollup-clean-out.js",
    "rollup": "./bin/rollup.cjs"
  },
  "files": [
    "lib",
    "bin"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./bin/pob-rollup-clean-out.js": "./bin/pob-rollup-clean-out.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "rollup": "4.60.4"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "pob": {},
  "scripts": {
    "lint": "pnpm run lint:eslint",
    "lint:eslint": "pnpm run --dir '../..' eslint --quiet '@pob/rollup'"
  }
}