2026-04-18 02:00:09 +00:00
|
|
|
{
|
|
|
|
|
"name": "@workspace/api-spec",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-04-29 10:57:44 +00:00
|
|
|
"codegen": "orval --config ./orval.config.ts && printf \"export * from './generated/api';\\nexport * from './manual';\\n\" > ../api-zod/src/index.ts && pnpm -w run typecheck:libs"
|
2026-04-18 02:00:09 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"orval": "^8.5.2"
|
|
|
|
|
}
|
|
|
|
|
}
|