mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:03:24 +00:00
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"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 zitadel && rm -rf .turbo && rm -rf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/buf": "^1.36.0"
|
|
}
|
|
}
|