mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
14 lines
264 B
JSON
Generated
14 lines
264 B
JSON
Generated
{
|
|
"name": "importer-openapi",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.js",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"openapi-to-postmanv2": "^4.23.1",
|
|
"yaml": "^2.4.2"
|
|
}
|
|
}
|