{
  "name": "@trpc/next",
  "version": "11.0.0-next-beta.222+3c3fb2a38",
  "description": "The tRPC Next.js 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/next"
  },
  "eslintConfig": {
    "rules": {
      "react-hooks/exhaustive-deps": "error",
      "no-restricted-imports": [
        "error",
        "@trpc/next"
      ]
    }
  },
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-swc3",
    "dev": "pnpm build --watch",
    "codegen-entrypoints": "tsx entrypoints.script.ts",
    "ts-watch": "tsc --project tsconfig.watch.json --watch",
    "lint": "eslint --cache --ext \".js,.ts,.tsx\" --ignore-path ../../.gitignore src"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./app-dir/client": {
      "import": "./dist/app-dir/client.mjs",
      "require": "./dist/app-dir/client.js",
      "default": "./dist/app-dir/client.js"
    },
    "./app-dir/links/nextCache": {
      "import": "./dist/app-dir/links/nextCache.mjs",
      "require": "./dist/app-dir/links/nextCache.js",
      "default": "./dist/app-dir/links/nextCache.js"
    },
    "./app-dir/links/nextHttp": {
      "import": "./dist/app-dir/links/nextHttp.mjs",
      "require": "./dist/app-dir/links/nextHttp.js",
      "default": "./dist/app-dir/links/nextHttp.js"
    },
    "./app-dir/server": {
      "import": "./dist/app-dir/server.mjs",
      "require": "./dist/app-dir/server.js",
      "default": "./dist/app-dir/server.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "package.json",
    "app-dir",
    "!**/*.test.*"
  ],
  "peerDependencies": {
    "@tanstack/react-query": "^5.0.0",
    "@trpc/client": "11.0.0-next-beta.222+3c3fb2a38",
    "@trpc/react-query": "11.0.0-next-beta.222+3c3fb2a38",
    "@trpc/server": "11.0.0-next-beta.222+3c3fb2a38",
    "next": "*",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "peerDependenciesMeta": {
    "@tanstack/react-query": {
      "optional": true
    },
    "@trpc/react-query": {
      "optional": true
    }
  },
  "devDependencies": {
    "@tanstack/react-query": "^5.0.0",
    "@trpc/client": "11.0.0-next-beta.222+3c3fb2a38",
    "@trpc/react-query": "11.0.0-next-beta.222+3c3fb2a38",
    "@trpc/server": "11.0.0-next-beta.222+3c3fb2a38",
    "@types/express": "^4.17.17",
    "@types/node": "^20.10.0",
    "@types/react": "^18.2.33",
    "@types/react-dom": "^18.2.14",
    "eslint": "^8.40.0",
    "express": "^4.17.1",
    "next": "^14.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.9.5",
    "tsx": "^4.0.0",
    "zod": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": [
    "https://trpc.io/sponsor"
  ],
  "gitHead": "3c3fb2a381b883034147f5d1c57ae770cdc04d2a"
}
