init
This commit is contained in:
22
template/packages/rpc/package.json
Normal file
22
template/packages/rpc/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user