@analogjs/trpc
Version:
Angular/Nitro-based tRPC integration
55 lines • 1.32 kB
JSON
{
"name": "@analogjs/trpc",
"version": "0.5.0",
"description": "Angular/Nitro-based tRPC integration",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
"keywords": [
"angular",
"trpc",
"remote-procedure-call",
"meta-framework"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/analogjs/analog/issues"
},
"homepage": "https://analogjs.org",
"repository": {
"type": "git",
"url": "https://github.com/analogjs/analog.git"
},
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@trpc/client": "^10.25.0",
"@trpc/server": "^10.25.0",
"isomorphic-fetch": "^3.0.0",
"superjson": "^2.2.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"ng-update": {
"migrations": "./migrations/migration.json"
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/analogjs-trpc.mjs",
"typings": "types/analogjs-trpc.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/analogjs-trpc.d.ts",
"default": "./fesm2022/analogjs-trpc.mjs"
},
"./server": {
"types": "./types/analogjs-trpc-server.d.ts",
"default": "./fesm2022/analogjs-trpc-server.mjs"
}
},
"sideEffects": false
}