{
  "name": "vite-plugin-tanstack-start-zephyr",
  "version": "1.1.2",
  "description": "Vite plugin for Zephyr with TanStack Start support",
  "$schema": "https://raw.githubusercontent.com/vitejs/vite-plugin-registry/refs/heads/main/data/schema/extended-package-json.schema.json",
  "keywords": [
    "vite-plugin",
    "vite",
    "tanstack-start",
    "zephyr",
    "deploy"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
    "directory": "libs/vite-plugin-tanstack-start-zephyr"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "ZephyrCloudIO",
    "url": "https://github.com/ZephyrCloudIO"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "zephyr-agent": "1.1.2"
  },
  "peerDependencies": {
    "@tanstack/react-start": "^1.0.0",
    "vite": "^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@types/node": "22.19.13",
    "rollup": "^4.36.0",
    "vite": "^7.3.5"
  },
  "compatiblePackages": {
    "schemaVersion": 1,
    "vite": {
      "type": "compatible",
      "versions": "^7.0.0 || ^8.0.0",
      "note": "Requires TanStack Start 1.x."
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "nx run vite-plugin-tanstack-start-zephyr:build",
    "patch-version": "pnpm version"
  }
}