23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"name": "@olli/api-client-backend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./client": "./src/client.ts"
|
|
},
|
|
"scripts": {
|
|
"generate": "openapi-ts",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hey-api/client-fetch": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "^0.89.0",
|
|
"@olli/ts-config": "workspace:*",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|