@orpc/contract
Version:
<div align="center"> <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" /> </div>
47 lines • 1.01 kB
JSON
{
"name": "@orpc/contract",
"type": "module",
"version": "1.13.2",
"license": "MIT",
"homepage": "https://orpc.dev",
"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"
},
"./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.13.2",
"@orpc/shared": "1.13.2"
},
"devDependencies": {
"arktype": "2.1.27",
"valibot": "^1.2.0",
"zod": "^4.2.1"
},
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
}
}