@orpc/shared
Version:
> [!WARNING] > > `@orpc/shared` is an internal dependency of oRPC packages. It does not follow semver and may change at any time without notice. > Please do not use it in your project.
35 lines • 672 B
JSON
{
"name": "@orpc/shared",
"type": "module",
"version": "1.0.3",
"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"
],
"dependencies": {
"radash": "^12.1.0",
"type-fest": "^4.39.1"
},
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
}
}