{
  "name": "@aeolun/trpc-ui",
  "version": "1.5.0",
  "description": "UI for testing tRPC backends",
  "type": "module",
  "main": "lib/src/index.js",
  "module": "lib/src/index.js",
  "typings": "lib/src/index.d.ts",
  "authors": [
    {
      "name": "Aeolun",
      "email": "bart@serial-experiments.com"
    }
  ],
  "license": "MIT",
  "repository": "https://github.com/Aeolun/trpc-ui",
  "exports": {
    ".": {
      "types": "./lib/src/index.d.ts",
      "import": "./lib/src/index.js"
    }
  },
  "files": [
    "lib/"
  ],
  "directories": {
    "lib": "lib"
  },
  "peerDependencies": {
    "@trpc/server": "^11.0.0-next-beta.264",
    "zod": "^3.19.1"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-react": "^7.28.5",
    "@hookform/resolvers": "^2.9.11",
    "@tailwindcss/typography": "^0.5.19",
    "@tanstack/react-query": "^5.90.10",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.6.1",
    "@trpc/client": "^11.7.1",
    "@trpc/react-query": "^11.7.1",
    "@trpc/server": "^11.7.1",
    "@types/event-source-polyfill": "^1.0.5",
    "@types/jest": "^29.5.14",
    "@types/json-bigint": "^1.0.4",
    "@types/node": "^22.19.1",
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18.3.7",
    "autoprefixer": "^10.4.22",
    "clean-css": "^5.3.3",
    "devalue": "^4.3.3",
    "esbuild": "^0.25.12",
    "gulp": "^4.0.2",
    "gulp-inline-source": "^4.0.0",
    "gulp-replace": "^1.1.4",
    "jest": "^29.7.0",
    "json-bigint": "^1.0.0",
    "postcss": "^8.5.6",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "^7.66.1",
    "react-hot-toast": "^2.6.0",
    "react-hotkeys-hook": "^4.6.2",
    "superjson": "^1.13.3",
    "tailwindcss": "^3.4.18",
    "terser": "^5.44.1",
    "ts-jest": "^29.4.5",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "url": "^0.11.0",
    "vitest": "^2.1.9",
    "zustand": "^4.5.7"
  },
  "dependencies": {
    "@cfworker/json-schema": "^4.1.1",
    "@phosphor-icons/react": "^2.1.10",
    "@tanstack/react-query-devtools": "^5.90.2",
    "@textea/json-viewer": "^3.5.0",
    "classnames": "^2.5.1",
    "clsx": "^2.1.1",
    "event-source-polyfill": "^1.0.31",
    "fuzzysort": "^2.0.4",
    "path": "^0.12.7",
    "pretty-bytes": "^6.1.1",
    "pretty-ms": "^8.0.0",
    "react-markdown": "^9.1.0",
    "string-byte-length": "^1.6.0",
    "url": "^0.11.4",
    "zod-to-json-schema": "^3.24.6",
    "@aeolun/trpc-router-parser": "^1.5.0"
  },
  "scripts": {
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest --watchAll",
    "tsc": "tsc",
    "build": "sh build.sh",
    "dev": "esbuild src/react-app/index.tsx --bundle --loader:.svg=dataurl --outfile=lib/src/react-app/bundle.js --platform=browser --format=iife --sourcemap=inline --watch"
  }
}