{
  "name": "@taujs/server",
  "version": "0.39.1",
  "description": "τjs [ taujs ]",
  "author": "John Smith | Aoede <taujs@aoede.uk.net> (https://www.aoede.uk.net)",
  "license": "MIT",
  "homepage": "https://taujs.dev/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aoede3/taujs.git",
    "directory": "packages/server"
  },
  "bugs": {
    "url": "https://github.com/aoede3/taujs/issues"
  },
  "keywords": [
    "fastify",
    "typescript",
    "esm",
    "vite",
    "streaming",
    "react",
    "ssr",
    "mfe"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./build": {
      "types": "./dist/Build.d.ts",
      "import": "./dist/Build.js"
    },
    "./renderer": {
      "types": "./dist/Renderer.d.ts",
      "import": "./dist/Renderer.js"
    },
    "./config": {
      "types": "./dist/Config.d.ts",
      "import": "./dist/Config.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "contracts"
  ],
  "dependencies": {
    "@fastify/static": "^9.1.3",
    "fastify-plugin": "^5.1.0",
    "picocolors": "^1.0.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.4",
    "@babel/preset-typescript": "^7.24.7",
    "@fastify/compress": "8.3.1",
    "@types/node": "^20.14.9",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.1.9",
    "@vitest/ui": "^4.1.9",
    "fastify": "^5.8.5",
    "jsdom": "^25.0.0",
    "prettier": "^3.3.3",
    "rollup": "^4.62.2",
    "tsup": "^8.2.4",
    "typescript": "^5.5.4",
    "vite": "^8.2.1",
    "vitest": "^4.1.9",
    "ws": "^8.21.0"
  },
  "peerDependencies": {
    "fastify": "^5.8.5",
    "typescript": "^5.5.4",
    "vite": "^8.2.1"
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc",
    "test": "vitest run",
    "test:ui": "vitest --ui --coverage.enabled=true",
    "coverage": "vitest run --coverage",
    "format": "prettier --write .",
    "check-format": "prettier --check .",
    "check-exports": "attw --pack . --profile esm-only"
  }
}