Files
create-glstack/template/packages/rpc/package.json
Gregor Lohaus 8254a28baa init
2026-04-08 04:29:35 +02:00

23 lines
433 B
JSON

{
"name": "@<@var(context.project.name)>/rpc",
"type": "module",
"main": "index.ts",
"exports": {
".": {
"import": "./index.ts",
"types": "./index.ts"
}
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@bufbuild/protobuf": "^2.11.0",
"@connectrpc/connect": "^2.1.1",
"@connectrpc/connect-web": "^2.1.1"
}
}