{
  "name": "@kitajs/html",
  "version": "4.2.13",
  "description": "Fast and type safe HTML templates using TypeScript.",
  "homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
  "bugs": "https://github.com/kitajs/html/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitajs/html.git",
    "directory": "packages/html"
  },
  "funding": "https://github.com/kitajs/html?sponsor=1",
  "license": "MIT",
  "author": "Arthur Fiorette <kita@arthur.place>",
  "sideEffects": [
    "register.js"
  ],
  "type": "commonjs",
  "exports": {
    ".": "./index.js",
    "./jsx-runtime": "./jsx-runtime.js",
    "./jsx-dev-runtime": "./jsx-dev-runtime.js",
    "./package.json": "./package.json",
    "./suspense": "./suspense.js",
    "./register": "./register.js",
    "./error-boundary": "./error-boundary.js",
    "./*": "./*"
  },
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "csstype": "^3.1.3"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "@types/node": "^24.5.0",
    "c8": "^10.1.3",
    "jsdom": "^27.0.0",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "bench": "pnpm --filter \"benchmark-*\" build && pnpm --filter \"benchmark-runner\" start",
    "test": "tsc; c8 --reporter lcov --reporter text node --no-deprecation --enable-source-maps --test dist/test",
    "test:only": "tsc; node --no-deprecation --test-only --test dist/test"
  }
}