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 17 lines 322 B view raw
1{ 2 "name": "@test/openapi-ts-valibot-v1", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "typecheck": "tsgo --noEmit" 8 }, 9 "devDependencies": { 10 "@hey-api/openapi-ts": "workspace:*", 11 "typescript": "5.9.3", 12 "valibot": "1.3.1" 13 }, 14 "engines": { 15 "node": ">=22.13.0" 16 } 17}