{
  "name": "@theholocron/vite-config",
  "version": "8.4.8",
  "description": "Vite configuration presets for libraries, React apps, and Node tools within the Galaxy.",
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/vite-config#readme",
  "bugs": "https://github.com/theholocron/configs/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theholocron/configs.git"
  },
  "license": "GPL-3.0",
  "author": "Newton Koumantzelis",
  "keywords": [
    "vite",
    "bundler",
    "react",
    "build",
    "config",
    "theholocron"
  ],
  "type": "module",
  "devDependencies": {
    "@codecov/vite-plugin": "^2.0.0",
    "@theholocron/cli": "5.0.0-alpha.3",
    "@vitest/coverage-v8": "^4.1.10",
    "tsdown": "^0.22.14",
    "typescript": "^5.9.3",
    "vite": "^8.2.1",
    "vitest": "^4.1.10",
    "@theholocron/tsconfig": "8.4.8",
    "@theholocron/vitest-config": "8.4.8"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./library": {
      "types": "./dist/presets/library.d.ts",
      "import": "./dist/presets/library.js",
      "default": "./dist/presets/library.js"
    },
    "./react-app": {
      "types": "./dist/presets/react-app.d.ts",
      "import": "./dist/presets/react-app.js",
      "default": "./dist/presets/react-app.js"
    },
    "./react-library": {
      "types": "./dist/presets/react-library.d.ts",
      "import": "./dist/presets/react-library.js",
      "default": "./dist/presets/react-library.js"
    },
    "./node-app": {
      "types": "./dist/presets/node-app.d.ts",
      "import": "./dist/presets/node-app.js",
      "default": "./dist/presets/node-app.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "vite": "^6 || ^7 || ^8",
    "@codecov/vite-plugin": "^2",
    "@vitejs/plugin-react": "^6",
    "vite-tsconfig-paths": "^5"
  },
  "peerDependenciesMeta": {
    "@codecov/vite-plugin": {
      "optional": true
    },
    "@vitejs/plugin-react": {
      "optional": true
    },
    "vite-tsconfig-paths": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "releases": "https://github.com/theholocron/configs/releases",
  "wiki": "https://github.com/theholocron/configs/wiki",
  "scripts": {
    "delivery.build": "tsdown",
    "sourceQuality.staticAnalysis": "holocron run sourceQuality.staticAnalysis --",
    "test:watch": "vitest",
    "verification.typeSafety": "holocron run verification.typeSafety --",
    "verification.unitTests": "holocron run verification.unitTests --"
  }
}