{
  "name": "@takazudo/zfb",
  "version": "2.10.1",
  "private": false,
  "type": "module",
  "description": "Rust-built static-site engine for Astro and Next.js users — millisecond rebuilds, single binary. SDK with islands, content collections, pagination, and config helpers.",
  "keywords": [
    "zfb",
    "static-site-generator",
    "ssg",
    "islands",
    "mdx",
    "content-collections",
    "preact",
    "react",
    "rust"
  ],
  "license": "MIT",
  "author": "Takeshi Takatsudo <takazudo@gmail.com> (https://github.com/Takazudo)",
  "homepage": "https://takazudomodular.com/pj/zudo-front-builder/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Takazudo/zudo-front-builder.git",
    "directory": "packages/zfb"
  },
  "bugs": {
    "url": "https://github.com/Takazudo/zudo-front-builder/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "default": "./dist/runtime.js"
    },
    "./content": {
      "types": "./dist/content.d.ts",
      "default": "./dist/content.js"
    },
    "./paginate": {
      "types": "./dist/paginate.d.ts",
      "default": "./dist/paginate.js"
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "default": "./dist/config.js"
    },
    "./plugins": {
      "types": "./dist/plugins.d.ts",
      "default": "./dist/plugins.js"
    },
    "./frontmatter": {
      "types": "./dist/frontmatter.d.ts",
      "default": "./dist/frontmatter.js"
    },
    "./slugify": {
      "types": "./dist/slugify.d.ts",
      "default": "./dist/slugify.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "zfb": "./bin/zfb.mjs"
  },
  "files": [
    "dist",
    "bin",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "optionalDependencies": {
    "@takazudo/zfb-darwin-arm64": "2.10.1",
    "@takazudo/zfb-darwin-x64": "2.10.1",
    "@takazudo/zfb-linux-arm64-gnu": "2.10.1",
    "@takazudo/zfb-linux-x64-gnu": "2.10.1",
    "@takazudo/zfb-win32-x64-msvc": "2.10.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.0.0",
    "pnpm": ">=10.0.0"
  },
  "peerDependencies": {
    "react": "^19.2.3"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.2.4",
    "happy-dom": "^15.7.4",
    "preact": "^10.29.0",
    "preact-render-to-string": "^6.6.7",
    "react": "^19.2.3",
    "react-dom": "19.2.6",
    "typescript": "^5.9.0",
    "vitest": "^2.1.9"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run && tsc -p tsconfig.preact-fixture.json",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}