fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options 31 lines 780 B view raw
1{ 2 "name": "@example/openapi-ts-nestjs", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "openapi-ts": "openapi-ts", 8 "start": "node --import @swc-node/register/esm-register src/main.ts", 9 "test": "vitest", 10 "typecheck": "tsc --noEmit" 11 }, 12 "dependencies": { 13 "@nestjs/common": "11.0.1", 14 "@nestjs/core": "11.0.1", 15 "@nestjs/platform-express": "11.0.1", 16 "reflect-metadata": "0.2.2", 17 "rxjs": "7.8.2" 18 }, 19 "devDependencies": { 20 "@hey-api/openapi-ts": "workspace:*", 21 "@nestjs/testing": "11.0.1", 22 "@swc-node/register": "1.10.10", 23 "@swc/core": "1.11.29", 24 "eslint": "9.39.2", 25 "oxfmt": "0.43.0", 26 "typescript": "5.9.3", 27 "unplugin-swc": "1.5.5", 28 "vite": "7.3.1", 29 "vitest": "4.1.0" 30 } 31}