diff --git a/plugins/exporter-curl/package.json b/plugins/exporter-curl/package.json index 6fb28d56..f3d84868 100644 --- a/plugins/exporter-curl/package.json +++ b/plugins/exporter-curl/package.json @@ -2,7 +2,7 @@ "name": "exporter-curl", "version": "0.0.1", "scripts": { - "build": "yaak-cli ./src/index.js" + "build": "yaakcli ./src/index.js" }, "devDependencies": { "@types/node": "^20.14.9", diff --git a/plugins/filter-jsonpath/package.json b/plugins/filter-jsonpath/package.json index c746f923..3e0397ea 100644 --- a/plugins/filter-jsonpath/package.json +++ b/plugins/filter-jsonpath/package.json @@ -2,7 +2,7 @@ "name": "filter-jsonpath", "version": "0.0.1", "scripts": { - "build": "yaak-cli src/index.ts" + "build": "yaakcli src/index.ts" }, "dependencies": { "jsonpath": "^1.1.1" diff --git a/plugins/filter-xpath/package.json b/plugins/filter-xpath/package.json index e360b54f..82c910fa 100644 --- a/plugins/filter-xpath/package.json +++ b/plugins/filter-xpath/package.json @@ -2,7 +2,7 @@ "name": "filter-xpath", "version": "0.0.1", "scripts": { - "build": "yaak-cli ./src/index.js" + "build": "yaakcli ./src/index.js" }, "dependencies": { "@types/node": "^20.14.9", diff --git a/plugins/importer-curl/package.json b/plugins/importer-curl/package.json index 6aa49c01..ceef1e0c 100644 --- a/plugins/importer-curl/package.json +++ b/plugins/importer-curl/package.json @@ -2,7 +2,7 @@ "name": "importer-curl", "version": "0.0.1", "scripts": { - "build": "yaak-cli ./src/index.js" + "build": "yaakcli ./src/index.js" }, "dependencies": { "shell-quote": "^1.8.1" diff --git a/plugins/importer-insomnia/package.json b/plugins/importer-insomnia/package.json index 05907186..55a646e3 100644 --- a/plugins/importer-insomnia/package.json +++ b/plugins/importer-insomnia/package.json @@ -2,7 +2,7 @@ "name": "importer-insomnia", "version": "0.0.1", "scripts": { - "build": "yaak-cli ./src/index.js" + "build": "yaakcli ./src/index.js" }, "dependencies": { "yaml": "^2.4.2" diff --git a/plugins/importer-postman/package.json b/plugins/importer-postman/package.json index 126ba8b4..3265cadf 100644 --- a/plugins/importer-postman/package.json +++ b/plugins/importer-postman/package.json @@ -2,7 +2,7 @@ "name": "importer-postman", "version": "0.0.1", "scripts": { - "build": "yaak-cli ./src/index.js" + "build": "yaakcli ./src/index.js" }, "devDependencies": { "@types/node": "^20.14.9", diff --git a/plugins/importer-yaak/package.json b/plugins/importer-yaak/package.json index 71826917..b8e4bc1d 100644 --- a/plugins/importer-yaak/package.json +++ b/plugins/importer-yaak/package.json @@ -2,7 +2,7 @@ "name": "importer-yaak", "version": "0.0.1", "scripts": { - "build": "yaak-cli ./src/index.js" + "build": "yaakcli ./src/index.js" }, "devDependencies": { "@types/node": "^20.14.9",