openapi-generator-cli
openapi-generator-cli copied to clipboard
Question: Too many dependencies
Is it necessary to have 15 dependencies? I'm just using typescript-axios, so I'm not sure why nestjs/core needs to be added to my node_modules
We also ran into some issues caused by pulling in nestjs and all of its dependencies. Would be curious if there's a way to remove the nestjs dependency and/or make it optional. Thanks!