Files
yaak/plugins/importer-postman-environment/package.json
2026-03-13 09:27:56 -07:00

14 lines
334 B
JSON

{
"name": "@yaak/importer-postman-environment",
"displayName": "Postman Environment Importer",
"description": "Import environments from Postman",
"private": true,
"version": "0.1.0",
"main": "./build/index.js",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"test": "vp test --run tests"
}
}