mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +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…
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"name": "@yaak/importer-postman",
|
|
"displayName": "Postman Importer",
|
|
"description": "Import collections from Postman",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "./build/index.js",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
}
|
|
}
|