{
  "name": "vite-plugin-ssg-utils",
  "type": "module",
  "version": "2.0.14",
  "description": "Utils for vite-ssg and other Vite SSG or SSR tools.",
  "author": "Jan Müller <janmueller3698@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/DerYeger",
  "homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vite-plugin-ssg-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DerYeger/yeger.git",
    "directory": "packages/vite-plugin-ssg-utils"
  },
  "bugs": {
    "url": "https://github.com/DerYeger/yeger/issues"
  },
  "keywords": [
    "vite-plugin",
    "vite-ssg"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "types": "dist/types/index.d.mts",
  "files": [
    "LICENSE",
    "dist"
  ],
  "engines": {
    "node": ">=14"
  },
  "peerDependencies": {
    "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
  },
  "dependencies": {
    "kolorist": "1.8.0"
  },
  "devDependencies": {
    "@types/node": "22.13.0",
    "rimraf": "6.0.1",
    "typescript": "5.7.3",
    "vite": "6.0.11",
    "@yeger/tsconfig": "2.0.9",
    "vite-plugin-lib": "2.1.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "check:publish": "publint run --strict",
    "check:tsc": "tsc",
    "dev": "vite build --watch",
    "lint": "yeger-lint",
    "test": "vitest"
  }
}