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 a80bedf commit aca1fd3Copy full SHA for aca1fd3
package.json
@@ -41,15 +41,15 @@
41
"devDependencies": {
42
"@biomejs/biome": "2.0.0",
43
"@types/bun": "latest",
44
- "@types/js-yaml": "^4.0.9"
+ "@types/js-yaml": "^4.0.9",
45
+ "openapi-types": "^12.1.3"
46
},
47
"dependencies": {
48
"@apidevtools/swagger-parser": "^12.0.0",
49
"chalk": "^5.4.1",
50
"commander": "^14.0.0",
51
"consola": "^3.4.2",
- "js-yaml": "^4.1.0",
52
- "openapi-types": "^12.1.3"
+ "js-yaml": "^4.1.0"
53
54
"peerDependencies": {
55
"typescript": "^5"
0 commit comments