mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 06:57:11 +01:00
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "@yaak/importer-openapi",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.js",
|
|
"dev": "yaakcli dev ./src/index.js",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"openapi-to-postmanv2": "^5.0.0",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/openapi-to-postmanv2": "^3.2.4"
|
|
}
|
|
}
|