fork of hey-api/openapi-ts because I need some additional things
at feat/use-query-options-param 23 lines 485 B view raw
1{ 2 "name": "@example/openapi-ts-fastify", 3 "version": "0.1.16", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "openapi-ts": "openapi-ts", 8 "test": "vitest", 9 "typecheck": "tsc --noEmit" 10 }, 11 "dependencies": { 12 "fastify": "5.7.4", 13 "fastify-openapi-glue": "4.8.0" 14 }, 15 "devDependencies": { 16 "@hey-api/openapi-ts": "workspace:*", 17 "eslint": "9.17.0", 18 "oxfmt": "0.27.0", 19 "typescript": "5.9.3", 20 "vite": "7.3.1", 21 "vitest": "4.0.18" 22 } 23}