{
  "name": "@mcansh/remix-fastify",
  "version": "5.0.0",
  "description": "Compatibility bridge for @mcansh/react-router-fastify",
  "keywords": [
    "adapter",
    "fastify",
    "react-router",
    "vite"
  ],
  "bugs": {
    "url": "https://github.com/mcansh/remix-fastify/issues"
  },
  "license": "MIT",
  "author": "Logan McAnsh <logan@mcan.sh> (https://mcan.sh)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcansh/remix-fastify.git",
    "directory": "packages/remix-fastify"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/mcansh"
    }
  ],
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./vite": "./dist/vite.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@mcansh/react-router-fastify": "5.0.0"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.3",
    "publint": "^0.3.21",
    "tsdown": "^0.22.3",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@react-router/node": "^8.0.0",
    "fastify": "^5.0.0",
    "react-router": "^8.0.0",
    "vite": "^7.0.0 || ^8.0.0"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22.22.0"
  },
  "scripts": {
    "build": "tsdown",
    "clean": "git clean -fdX",
    "typecheck": "tsc --noEmit",
    "validate": "pnpm run typecheck && pnpm run build"
  }
}