feat: add zitadel-proto pkg

This commit is contained in:
Yordis Prieto
2024-05-24 10:40:12 -04:00
parent 6c275bb0b6
commit 3e93077f39
187 changed files with 135343 additions and 4493 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "@zitadel/proto",
"version": "0.0.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": ["zitadel/**"],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@bufbuild/protobuf": "^1.9.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.32.1"
}
}