{
  "name": "@analogjs/vite-plugin-angular",
  "version": "2.5.0",
  "description": "Vite Plugin for Angular",
  "type": "module",
  "keywords": [
    "vite",
    "vitest",
    "vite-plugin",
    "angular"
  ],
  "author": "Brandon Roberts <robertsbt@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/analogjs/analog/issues"
  },
  "homepage": "https://github.com/analogjs/analog#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/analogjs/analog.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/brandonroberts"
  },
  "peerDependencies": {
    "@angular-devkit/build-angular": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/build": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "peerDependenciesMeta": {
    "@angular-devkit/build-angular": {
      "optional": true
    },
    "@angular/build": {
      "optional": true
    },
    "vite": {
      "optional": true
    }
  },
  "compatiblePackages": {
    "vite": [
      "^6.0.0",
      "^7.0.0",
      "^8.0.0"
    ],
    "rollup": [
      "^4.0.0"
    ],
    "rolldown": [
      "^1.0.0"
    ]
  },
  "dependencies": {
    "magic-string": "^0.30.21",
    "obug": "^2.1.1",
    "oxc-parser": "^0.121.0",
    "tinyglobby": "^0.2.14",
    "ts-morph": "^21.0.0"
  },
  "builders": "./src/lib/tools/builders.json",
  "ng-update": {
    "packageGroup": [
      "@analogjs/platform",
      "@analogjs/content",
      "@analogjs/router",
      "@analogjs/storybook-angular",
      "@analogjs/vite-plugin-angular",
      "@analogjs/vite-plugin-nitro",
      "@analogjs/vitest-angular"
    ],
    "migrations": "./migrations/migration.json"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js",
      "require": "./src/index.js",
      "default": "./src/index.js"
    },
    "./esbuild": "./esbuild.js",
    "./setup-vitest": "./setup-vitest.js"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "types": "./src/index.d.ts",
  "module": "./src/index.js",
  "main": "./src/index.js"
}