{
  "name": "vite-fonts",
  "version": "0.2.0",
  "description": "Zero-config font optimization for Vite - auto-detect fonts from CSS, download, and self-host with fallback metrics",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "oxlint src",
    "format": "oxfmt --write src",
    "format:check": "oxfmt --check src",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsgo --noEmit",
    "ci": "bun run lint && bun run typecheck && bun run test && bun run build",
    "prepublishOnly": "bun run ci"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "fonts",
    "webfonts",
    "google-fonts",
    "bunny-fonts",
    "fontsource",
    "font-optimization",
    "self-hosting",
    "performance"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZainW/vite-fonts.git"
  },
  "bugs": {
    "url": "https://github.com/ZainW/vite-fonts/issues"
  },
  "homepage": "https://github.com/ZainW/vite-fonts#readme",
  "packageManager": "bun@1.3.6",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "fontaine": "^0.8.0",
    "lightningcss": "^1.31.1",
    "unifont": "^0.7.3",
    "unstorage": "^1.17.4"
  },
  "devDependencies": {
    "@types/node": "^25.0.10",
    "@typescript/native-preview": "^7.0.0-dev.20260122.4",
    "oxfmt": "^0.26.0",
    "oxlint": "^1.41.0",
    "tsdown": "^0.20.1",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.18"
  },
  "peerDependencies": {
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
  }
}
