{
  "name": "@analogjs/vite-plugin-angular",
  "version": "1.17.1",
  "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",
    "@angular/build": "^18.0.0 || ^19.0.0 || ^20.0.0"
  },
  "peerDependenciesMeta": {
    "@angular-devkit/build-angular": {
      "optional": true
    },
    "@angular/build": {
      "optional": true
    }
  },
  "dependencies": {
    "ts-morph": "^21.0.0",
    "vfile": "^6.0.3"
  },
  "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"
  },
  "types": "./src/index.d.ts",
  "module": "./src/index.js",
  "main": "./src/index.js"
}