-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 934 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 934 Bytes
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": "@skmtc/openapi-codegen-benchmarks",
"description": "OpenAPI code generation performance comparison between Orval, Kubb, Hey API and Skmtc",
"private": true,
"devDependencies": {
"@gribnoysup/wunderbar": "^2.2.2",
"turbo": "^2.3.3",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.12.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/scmtc/openapi-codegen-benchmarks.git"
},
"author": "Skmtc Contributors",
"bugs": "https://github.com/scmtc/openapi-codegen-benchmarks/issues",
"keywords": [
"openapi",
"swagger",
"typescript",
"codegen",
"code generator"
],
"workspaces": [
"kubb-zod",
"openapi-ts-zod",
"orval-zod"
],
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}