Files
yaak/plugins/importer-postman/package.json
2025-11-23 08:38:13 -08:00

14 lines
308 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",
"test": "vitest --run tests"
}
}