Spaces:
Sleeping
Sleeping
File size: 298 Bytes
0e14acb | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"name": "@workspace/api-spec",
"version": "0.0.0",
"private": true,
"scripts": {
"codegen": "orval --config ./orval.config.ts && echo 'export * from \"./generated/api\";' > ../api-zod/src/index.ts && pnpm -w run typecheck:libs"
},
"devDependencies": {
"orval": "^8.5.2"
}
}
|