UNPKG

@orpc/shared

Version:

<div align="center"> <image align="center" src="https://orpc.unnoq.com/logo.webp" width=280 alt="oRPC logo" /> </div>

49 lines 962 B
{ "name": "@orpc/shared", "type": "module", "version": "1.8.0", "license": "MIT", "homepage": "https://orpc.unnoq.com", "repository": { "type": "git", "url": "git+https://github.com/unnoq/orpc.git", "directory": "packages/shared" }, "keywords": [ "unnoq", "orpc" ], "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs", "default": "./dist/index.mjs" } }, "files": [ "dist" ], "peerDependencies": { "@opentelemetry/api": ">=1.9.0" }, "peerDependenciesMeta": { "@opentelemetry/api": { "optional": true } }, "dependencies": { "radash": "^12.1.1", "type-fest": "^4.39.1" }, "devDependencies": { "@opentelemetry/api": "^1.9.0", "arktype": "2.1.20", "valibot": "^1.1.0", "zod": "^4.0.14" }, "scripts": { "build": "unbuild", "build:watch": "pnpm run build --watch", "type:check": "tsc -b" } }