mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 22:44:30 +00:00
feat: add zitadel-proto pkg
This commit is contained in:
21
packages/zitadel-proto/package.json
Normal file
21
packages/zitadel-proto/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user