{
  "name": "@kitajs/fastify-html-plugin",
  "version": "4.2.1",
  "description": "A Fastify plugin to add support for @kitajs/html",
  "homepage": "https://github.com/kitajs/html/tree/master/packages/fastify-html-plugin#readme",
  "bugs": "https://github.com/kitajs/html/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitajs/html.git",
    "directory": "packages/fastify-html-plugin"
  },
  "funding": "https://github.com/kitajs/html?sponsor=1",
  "license": "MIT",
  "author": "Arthur Fiorette <kita@arthur.place>",
  "type": "commonjs",
  "main": "index.js",
  "types": "types/index.d.ts",
  "dependencies": {
    "fastify-plugin": "^5.0.1"
  },
  "devDependencies": {
    "@fastify/formbody": "^8.0.2",
    "@swc-node/register": "^1.11.1",
    "@swc/helpers": "^0.5.17",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^24.5.0",
    "c8": "^10.1.3",
    "fastify": "^5.6.0",
    "jsdom": "^27.0.0",
    "tsd": "^0.33.0",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@kitajs/html": "^4.2.10",
    "@kitajs/ts-html-plugin": "^4.1.3"
  },
  "peerDependenciesMeta": {
    "@kitajs/ts-html-plugin": {
      "optional": true
    }
  },
  "scripts": {
    "test": "tsd && c8 --reporter lcov --reporter text node -r @swc-node/register --test test/**/*.test.tsx",
    "test:watch": "c8 --reporter lcov --reporter text node -r @swc-node/register --test --watch test/**/*.test.tsx"
  }
}