mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 23:53:19 +02:00
feat: add proto file for grpc api in shared/ with generated types
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "protoc --plugin=..\\node_modules\\.bin\\protoc-gen-ts_proto --ts_proto_out=.\\src --ts_proto_opt=outputEncodeMethods=false,outputJsonMethods=false,outputClientImpl=false --proto_path=. *.proto&& tsc",
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@protobuf-ts/protoc": "^2.11.1",
|
||||
"ts-proto": "^2.11.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"description": "Shared types and utilities for Reiverr",
|
||||
|
||||
Reference in New Issue
Block a user