mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-17 06:26:58 +01:00
* Update environment model to get ready for request/folder environments * Folder environments in UI * Folder environments working * Tweaks and fixes * Tweak environment encryption UX * Tweak environment encryption UX * Address comments * Update fn name * Add tsc back to lint rules * Update src-web/components/EnvironmentEditor.tsx * Merge remote-tracking branch 'origin/folder-environments' into folder…
20 lines
476 B
JSON
20 lines
476 B
JSON
{
|
|
"name": "@yaak/importer-openapi",
|
|
"displayName": "OpenAPI Importer",
|
|
"description": "Import API specifications from OpenAPI/Swagger format",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"openapi-to-postmanv2": "^5.0.0",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/openapi-to-postmanv2": "^5.0.0"
|
|
}
|
|
}
|