UNPKG

@orpc/contract

Version:

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

42 lines 851 B
{ "name": "@orpc/contract", "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/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/client": "1.8.0", "@orpc/shared": "1.8.0" }, "devDependencies": { "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" } }