fabro/lib/packages/arc-api-client/package.json
Bryan Helmkamp c2b40b4cfc Move packages/ to lib/packages/ and update all references
Updated: package.json workspaces, tsconfig path alias, CI workflow
paths, Dockerfile COPY, AGENTS.md, and doc references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 13:13:56 -04:00

12 lines
476 B
JSON

{
"name": "@qltysh/arc-api-client",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"generate": "bunx @openapitools/openapi-generator-cli generate -i ../../docs/api-reference/arc-api.yaml -g typescript-axios --additional-properties=supportsES6=true,typescriptThreePlus=true,withSeparateModelsAndApi=true,apiPackage=api,modelPackage=models,useTags=true,enumPropertyNaming=UPPERCASE -o src"
},
"dependencies": {
"axios": "^1.7.0"
}
}