{
  "name": "@rolldown/pluginutils",
  "version": "1.0.0-rc.3",
  "homepage": "https://rolldown.rs/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rolldown/rolldown.git",
    "directory": "packages/pluginutils"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./filter": "./dist/filter/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/picomatch": "^4.0.0",
    "picomatch": "^4.0.2",
    "typescript": "^5.8.3",
    "vitest": "^4.0.15"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest --typecheck",
    "publint": "publint ."
  }
}