mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-06-04 04:23:00 +00:00
initiall commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user