mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-06-04 12:33:01 +00:00
18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"name": "@primora/api-client",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"generate": "openapi --input ../../apps/backend/openapi/openapi.yaml --output ./src/generated --client fetch --useOptions --exportSchemas true"
|
|
},
|
|
"dependencies": {
|
|
"cross-fetch": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"openapi-typescript-codegen": "^0.29.0"
|
|
}
|
|
}
|