Files
zitadel/package.json

16 lines
352 B
JSON
Raw Permalink Normal View History

2025-02-04 13:53:04 +01:00
{
2025-02-05 00:46:59 +01:00
"name": "zitadel",
"private": true,
"scripts": {
"build": "turbo run build",
"generate": "turbo run generate",
2025-02-05 16:48:42 +01:00
"test": "turbo run test",
"integration": "turbo run integration",
2025-02-06 13:32:45 +00:00
"lint": "turbo run lint",
2025-02-05 00:46:59 +01:00
"clear": "turbo run clear"
},
"devDependencies": {
"turbo": "^2.4.0"
},
2025-02-06 20:48:53 +00:00
"packageManager": "pnpm@10.2.1"
2025-02-05 00:46:59 +01:00
}