mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-19 07:26:59 +01:00
14 lines
302 B
JSON
14 lines
302 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"
|
|
}
|
|
}
|