{
  "name": "vite-plugin-lib",
  "version": "4.0.3",
  "description": "Vite plugin for build configuration, automatic aliases, and type declarations.",
  "keywords": [
    "aliases",
    "declarations",
    "library",
    "vite-plugin"
  ],
  "homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vite-plugin-lib",
  "bugs": {
    "url": "https://github.com/DerYeger/yeger/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Jan Müller",
    "url": "https://github.com/DerYeger"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DerYeger/yeger.git",
    "directory": "packages/vite-plugin-lib"
  },
  "funding": "https://github.com/sponsors/DerYeger",
  "files": [
    "dist",
    "LICENSE"
  ],
  "type": "module",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "picocolors": "1.1.1",
    "vite-plugin-dts": "4.5.4"
  },
  "devDependencies": {
    "publint": "0.3.18",
    "tsdown": "0.21.7",
    "typescript": "6.0.2",
    "vite": "8.0.3",
    "@yeger/tsconfig": "2.1.2"
  },
  "peerDependencies": {
    "typescript": "*",
    "vite": "2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "scripts": {
    "build": "tsdown",
    "publint": "publint run --strict",
    "typecheck": "tsc"
  }
}