We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582e9e1 commit 956f4f1Copy full SHA for 956f4f1
package.json
@@ -31,19 +31,17 @@
31
],
32
"author": "Daiki Urata (@7nohe)",
33
"license": "MIT",
34
- "dependencies": {
35
- },
36
"devDependencies": {
37
- "@types/node": "^18.15.10",
38
- "typescript": "^5.0.3",
+ "@types/node": "^18.15.11",
39
"commander": "^10.0.0",
40
"glob": "^9.3.4",
41
- "openapi-typescript-codegen": "^0.23.0"
+ "openapi-typescript-codegen": "^0.23.0",
+ "typescript": "^5.0.3"
42
},
43
"peerDependencies": {
44
- "typescript": ">= 4.8.3",
45
"commander": "> 10",
46
"glob": "> 9",
47
+ "typescript": ">= 4.8.3"
48
}
49
0 commit comments