@orpc/standard-server
Version:
<div align="center"> <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" /> </div>
39 lines • 828 B
JSON
{
"name": "@orpc/standard-server",
"type": "module",
"version": "1.14.4",
"license": "MIT",
"homepage": "https://orpc.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/middleapi/orpc.git",
"directory": "packages/standard-server"
},
"keywords": [
"orpc"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
},
"./batch": {
"types": "./dist/batch/index.d.mts",
"import": "./dist/batch/index.mjs",
"default": "./dist/batch/index.mjs"
}
},
"files": [
"dist"
],
"dependencies": {
"@orpc/shared": "1.14.4"
},
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
}
}