mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-09 01:12:17 +00:00
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "@zitadel/proto",
|
|
"version": "0.1.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 .turbo node_modules google protoc-gen-openapiv2 validate"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/buf": "^1.47.2"
|
|
}
|
|
}
|