Files
zitadel/packages/zitadel-client/node/package.json
Max Peintner c46fd01947 fix(packages): cjs, and module resolution fix (#10322)
This PR introduces CJS support for @zitadel/client and @zitadel/proto
from https://github.com/zitadel/zitadel/pull/10290
and fixes a module resolution error of @zitadel/client

---------

Co-authored-by: reluc <relu.cri@gmail.com>
2025-07-25 11:42:48 +00:00

7 lines
118 B
JSON

{
"name": "@zitadel/client-node",
"main": "../dist/node.js",
"types": "../dist/node.d.ts",
"type": "module"
}