diff --git a/package.json b/package.json index c5af0bf..4e4182c 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,25 @@ "nice-grpc": "2.1.10", "node-rsa": "1.1.1", "openid-client": "5.7.0", - "protobufjs": "7.4.0" + "protobufjs": "7.4.0", + "@bufbuild/protobuf": "2.1.0" + }, + "tshy": { + "selfLink": false, + "exports": { + "./api": "./src/api/index.ts", + "./credentials": "./src/credentials/index.ts", + "./package.json": "./package.json" + } + }, + "typesVersions": { + "*": { + "api": [ + "dist/commonjs/api/index.d.ts" + ], + "credentials": [ + "dist/commonjs/credentials/index.d.ts" + ] + } } }