{
  "name": "@orpc/contract",
  "type": "module",
  "version": "1.5.2",
  "license": "MIT",
  "homepage": "https://orpc.unnoq.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unnoq/orpc.git",
    "directory": "packages/contract"
  },
  "keywords": [
    "unnoq",
    "orpc"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@standard-schema/spec": "^1.0.0",
    "openapi-types": "^12.1.3",
    "@orpc/shared": "1.5.2",
    "@orpc/client": "1.5.2"
  },
  "devDependencies": {
    "arktype": "2.1.20",
    "valibot": "^1.1.0",
    "zod": "^3.25.64"
  },
  "scripts": {
    "build": "unbuild",
    "build:watch": "pnpm run build --watch",
    "type:check": "tsc -b"
  }
}