UNPKG

@orpc/contract

Version:
47 lines 1.02 kB
{ "name": "@orpc/contract", "type": "module", "version": "1.14.10", "license": "MIT", "homepage": "https://orpc.dev", "repository": { "type": "git", "url": "git+https://github.com/middleapi/orpc.git", "directory": "packages/contract" }, "keywords": [ "orpc" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs", "default": "./dist/index.mjs" }, "./plugins": { "types": "./dist/plugins/index.d.mts", "import": "./dist/plugins/index.mjs", "default": "./dist/plugins/index.mjs" } }, "files": [ "dist" ], "dependencies": { "@standard-schema/spec": "^1.1.0", "openapi-types": "^12.1.3", "@orpc/client": "1.14.10", "@orpc/shared": "1.14.10" }, "devDependencies": { "arktype": "2.2.0", "valibot": "^1.2.0", "zod": "^4.3.6" }, "scripts": { "build": "unbuild", "build:watch": "pnpm run build --watch", "type:check": "tsc -b" } }