{
  "name": "@powerlines/plugin-vite",
  "version": "0.14.665",
  "private": false,
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
  "keywords": ["vite", "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-vite"
  },
  "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"
    },
    "./types": {
      "types": "./src/types/index.ts",
      "import": "./dist/types/index.mjs",
      "require": "./dist/types/index.cjs"
    },
    "./types/_internal": {
      "types": "./src/types/_internal/index.ts",
      "import": "./dist/types/_internal.mjs",
      "require": "./dist/types/_internal.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",
    "@stryke/helpers": "^0.10.48",
    "defu": "^6.1.7",
    "powerlines": "^0.47.211",
    "unplugin": "^3.3.0"
  },
  "devDependencies": { "@types/node": "^25.9.5", "vite": "^8.2.1" },
  "peerDependencies": { "vite": ">=8.0.0" },
  "peerDependenciesMeta": { "vite": { "optional": false } },
  "publishConfig": { "access": "public" },
  "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
}
