mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
14 lines
308 B
JSON
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"
|
|
}
|
|
}
|