{
  "name": "@orpc/standard-server-fetch",
  "type": "module",
  "version": "1.0.3",
  "license": "MIT",
  "homepage": "https://unnoq.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unnoq/orpc.git",
    "directory": "packages/standard-server-fetch"
  },
  "keywords": [
    "orpc"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@orpc/shared": "1.0.3",
    "@orpc/standard-server": "1.0.3"
  },
  "devDependencies": {
    "@hono/node-server": "^1.14.1"
  },
  "scripts": {
    "build": "unbuild",
    "build:watch": "pnpm run build --watch",
    "type:check": "tsc -b"
  }
}