{
  "name": "@trpc/client",
  "version": "11.0.0-next-beta.222+3c3fb2a38",
  "description": "The tRPC client library",
  "author": "KATT",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "homepage": "https://trpc.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trpc/trpc.git",
    "directory": "packages/client"
  },
  "eslintConfig": {
    "rules": {
      "no-restricted-imports": [
        "error",
        "@trpc/client"
      ]
    }
  },
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-swc3",
    "dev": "pnpm build --watch",
    "codegen-entrypoints": "tsx entrypoints.script.ts",
    "lint": "eslint --cache --ext \".js,.ts,.tsx\" --ignore-path ../../.gitignore src",
    "ts-watch": "tsc --watch"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "package.json",
    "!**/*.test.*"
  ],
  "peerDependencies": {
    "@trpc/server": "11.0.0-next-beta.222+3c3fb2a38"
  },
  "devDependencies": {
    "@testing-library/dom": "^9.0.0",
    "@trpc/server": "11.0.0-next-beta.222+3c3fb2a38",
    "@types/isomorphic-fetch": "^0.0.39",
    "@types/node": "^20.10.0",
    "eslint": "^8.40.0",
    "isomorphic-fetch": "^3.0.0",
    "node-fetch": "^3.3.0",
    "rollup": "^4.9.5",
    "tsx": "^4.0.0",
    "undici": "^6.0.1",
    "vitest": "^0.32.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": [
    "https://trpc.io/sponsor"
  ],
  "gitHead": "3c3fb2a381b883034147f5d1c57ae770cdc04d2a"
}
