mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
The path was two levels up (../../) but needs three (../../../) since the package lives at lib/packages/fabro-api-client. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
483 B
JSON
12 lines
483 B
JSON
{
|
|
"name": "@qltysh/fabro-api-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate": "bunx @openapitools/openapi-generator-cli generate -i ../../../docs/api-reference/fabro-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"
|
|
}
|
|
}
|