mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 14:12:07 +02:00
Add descriptions to plugins
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "@yaak/importer-postman",
|
||||
"displayName": "Postman Importer",
|
||||
"description": "Import collections from Postman",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"main": "./build/index.js",
|
||||
"scripts": {
|
||||
"build": "yaakcli build ./src/index.js",
|
||||
"dev": "yaakcli dev ./src/index.js",
|
||||
"build": "yaakcli build",
|
||||
"dev": "yaakcli dev",
|
||||
"lint": "tsc --noEmit"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user