-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "openapi-clients",
"private": true,
"description": "Type-safe unofficial OpenAPI clients for various APIs",
"scripts": {
"generate": "turbo run generate",
"build": "turbo run build",
"tsc": "turbo run tsc"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@openapi-codegen/cli": "^3.1.0",
"@openapi-codegen/typescript": "^11.0.1",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^22.13.8",
"builtin-modules": "^5.0.0",
"case": "^1.6.3",
"isomorphic-fetch": "^3.0.0",
"openai": "^4.86.1",
"openapi3-ts": "^4.4.0",
"rimraf": "^6.0.1",
"ts-morph": "^25.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"turbo": "^2.4.4",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"vitest": "^3.0.7"
},
"packageManager": "pnpm@9.15.1"
}