Files
managementwebsite01/lib/api-spec/package.json
Replit Agent 9692a6b58f Initial commit
2026-07-20 17:11:01 +00:00

12 lines
228 B
JSON

{
"name": "@workspace/api-spec",
"version": "0.0.0",
"private": true,
"scripts": {
"codegen": "orval --config ./orval.config.ts && pnpm -w run typecheck:libs"
},
"devDependencies": {
"orval": "^8.22.0"
}
}