{
  "name": "@powerlines/plugin-rollup",
  "version": "0.7.666",
  "private": false,
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
  "keywords": ["rollup", "powerlines", "storm-software", "powerlines-plugin"],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/powerlines.git",
    "directory": "packages/plugins/plugin-rollup"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./helpers": {
      "types": "./src/helpers/index.ts",
      "import": "./dist/helpers/index.mjs",
      "require": "./dist/helpers/index.cjs"
    },
    "./helpers/resolve-options": {
      "types": "./src/helpers/resolve-options/index.ts",
      "import": "./dist/helpers/resolve-options.mjs",
      "require": "./dist/helpers/resolve-options.cjs"
    },
    "./helpers/unplugin": {
      "types": "./src/helpers/unplugin/index.ts",
      "import": "./dist/helpers/unplugin.mjs",
      "require": "./dist/helpers/unplugin.cjs"
    },
    "./types": {
      "types": "./src/types/index.ts",
      "import": "./dist/types/index.mjs",
      "require": "./dist/types/index.cjs"
    },
    "./types/build": {
      "types": "./src/types/build.ts",
      "import": "./dist/types/build.mjs",
      "require": "./dist/types/build.cjs"
    },
    "./types/plugin": {
      "types": "./src/types/plugin.ts",
      "import": "./dist/types/plugin.mjs",
      "require": "./dist/types/plugin.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typings": "dist/index.d.mts",
  "files": ["dist"],
  "dependencies": {
    "@powerlines/core": "^0.48.130",
    "@powerlines/unplugin": "^0.0.178",
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@stryke/convert": "^0.7.39",
    "@stryke/fs": "^0.33.110",
    "@stryke/helpers": "^0.10.48",
    "@stryke/path": "^0.29.35",
    "@stryke/type-checks": "^0.6.41",
    "@stryke/types": "^0.12.36",
    "defu": "^6.1.7",
    "jiti": "^2.7.0",
    "powerlines": "^0.47.211",
    "rollup-plugin-typescript2": "^0.36.0",
    "unplugin": "^3.3.0"
  },
  "devDependencies": { "@types/node": "^25.9.5", "rollup": "^4.62.4" },
  "peerDependencies": { "rollup": ">=4.46.4" },
  "peerDependenciesMeta": { "rollup": { "optional": false } },
  "publishConfig": { "access": "public" },
  "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
}
