fork of hey-api/openapi-ts because I need some additional things
1{
2 "name": "@test/playground",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "ts-node ./playground.ts"
8 },
9 "devDependencies": {
10 "@angular/common": "21.1.2",
11 "@angular/core": "21.1.2",
12 "@hey-api/codegen-core": "workspace:*",
13 "@hey-api/openapi-python": "workspace:*",
14 "@hey-api/openapi-ts": "workspace:*",
15 "@opencode-ai/sdk": "1.1.48",
16 "@pinia/colada": "0.19.1",
17 "@tanstack/angular-query-experimental": "5.73.3",
18 "@tanstack/react-query": "5.73.3",
19 "@tanstack/solid-query": "5.73.3",
20 "@tanstack/svelte-query": "5.73.3",
21 "@tanstack/vue-query": "5.73.3",
22 "arktype": "2.1.29",
23 "nuxt": "3.21.0",
24 "swr": "2.4.0",
25 "typescript": "5.9.3",
26 "valibot": "1.2.0",
27 "vue": "3.5.25",
28 "zod": "4.3.6"
29 },
30 "engines": {
31 "node": ">=20.19.0"
32 }
33}