{
  "name": "@orpc/nest",
  "type": "module",
  "version": "1.14.6",
  "license": "MIT",
  "homepage": "https://orpc.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/middleapi/orpc.git",
    "directory": "packages/nest"
  },
  "keywords": [
    "orpc"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@nestjs/common": ">=11.0.0",
    "@nestjs/core": ">=11.0.0",
    "express": ">=5.0.0",
    "fastify": ">=5.0.0",
    "rxjs": ">=7.0.0"
  },
  "peerDependenciesMeta": {
    "express": {
      "optional": true
    },
    "fastify": {
      "optional": true
    }
  },
  "dependencies": {
    "@orpc/client": "1.14.6",
    "@orpc/openapi": "1.14.6",
    "@orpc/openapi-client": "1.14.6",
    "@orpc/server": "1.14.6",
    "@orpc/shared": "1.14.6",
    "@orpc/standard-server": "1.14.6",
    "@orpc/standard-server-fastify": "1.14.6",
    "@orpc/standard-server-fetch": "1.14.6",
    "@orpc/contract": "1.14.6",
    "@orpc/standard-server-node": "1.14.6"
  },
  "devDependencies": {
    "@fastify/cookie": "^11.0.2",
    "@hono/node-server": "^1.19.11",
    "@mnigos/platform-hono": "^0.1.3",
    "@nestjs/common": "^11.1.16",
    "@nestjs/core": "^11.1.16",
    "@nestjs/platform-express": "^11.1.16",
    "@nestjs/platform-fastify": "^11.1.16",
    "@nestjs/testing": "^11.1.16",
    "@ts-rest/core": "^3.52.1",
    "@types/express": "^5.0.6",
    "express": "^5.2.1",
    "fastify": "^5.8.3",
    "hono": "^4.10.7",
    "rxjs": "^7.8.2",
    "supertest": "^7.1.4",
    "zod": "^4.3.6"
  },
  "scripts": {
    "build": "unbuild",
    "build:watch": "pnpm run build --watch",
    "type:check": "tsc -b",
    "type:check:test": "tsc -p tsconfig.test.json --noEmit"
  }
}