feat: Add sdk openapi generators

This commit is contained in:
Wanjohi
2025-11-05 13:23:59 +03:00
parent bcb4763532
commit dc3642153d
34 changed files with 2827 additions and 133 deletions

View File

@@ -3,6 +3,9 @@
"module": "src/index.ts",
"type": "module",
"private": true,
"scripts": {
"build": "./script/build.ts"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.86.2",
"@types/bun": "catalog:",
@@ -13,6 +16,10 @@
},
"peerDependencies": {
"typescript": "^5",
"@nestri/core": "workspace:^"
"@nestri/core": "workspace:^",
"@nestri/function": "workspace:^"
},
"publishConfig": {
"directory": "dist"
}
}