From 2b205d59fde972cd76dcfc3f906910209bb06d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Corr=C3=A9?= Date: Mon, 18 Nov 2024 09:26:36 +0100 Subject: [PATCH] feat: add npm metadata --- js/cli/package.json | 15 +++++++++++++++ js/core/package.json | 15 +++++++++++++++ js/http/package.json | 15 +++++++++++++++ js/jvm-types/package.json | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/js/cli/package.json b/js/cli/package.json index 7691959..00f4dff 100644 --- a/js/cli/package.json +++ b/js/cli/package.json @@ -2,6 +2,21 @@ "name": "@gatling.io/cli", "version": "0.0.0", "license": "Apache-2.0", + "homepage": "https://gatling.io", + "repository": "github:gatling/gatling-js", + "bugs": "https://github.com/gatling/gatling/issues", + "keywords": [ + "gatling", + "typescript", + "test", + "testing", + "loadtest", + "loadtesting", + "load test", + "load testing", + "performance test", + "performance testing" + ], "bin": { "gatling": "target/index.js" }, diff --git a/js/core/package.json b/js/core/package.json index ceb12c2..5295861 100644 --- a/js/core/package.json +++ b/js/core/package.json @@ -2,6 +2,21 @@ "name": "@gatling.io/core", "version": "0.0.0", "license": "Apache-2.0", + "homepage": "https://gatling.io", + "repository": "github:gatling/gatling-js", + "bugs": "https://github.com/gatling/gatling/issues", + "keywords": [ + "gatling", + "typescript", + "test", + "testing", + "loadtest", + "loadtesting", + "load test", + "load testing", + "performance test", + "performance testing" + ], "main": "target/index.js", "types": "target/index.d.ts", "dependencies": { diff --git a/js/http/package.json b/js/http/package.json index 650d0ff..29e1464 100644 --- a/js/http/package.json +++ b/js/http/package.json @@ -2,6 +2,21 @@ "name": "@gatling.io/http", "version": "0.0.0", "license": "Apache-2.0", + "homepage": "https://gatling.io", + "repository": "github:gatling/gatling-js", + "bugs": "https://github.com/gatling/gatling/issues", + "keywords": [ + "gatling", + "typescript", + "test", + "testing", + "loadtest", + "loadtesting", + "load test", + "load testing", + "performance test", + "performance testing" + ], "main": "target/index.js", "types": "target/index.d.ts", "dependencies": { diff --git a/js/jvm-types/package.json b/js/jvm-types/package.json index 7543ea9..03f75cc 100644 --- a/js/jvm-types/package.json +++ b/js/jvm-types/package.json @@ -2,6 +2,21 @@ "name": "@gatling.io/jvm-types", "version": "0.0.0", "license": "Apache-2.0", + "homepage": "https://gatling.io", + "repository": "github:gatling/gatling-js", + "bugs": "https://github.com/gatling/gatling/issues", + "keywords": [ + "gatling", + "typescript", + "test", + "testing", + "loadtest", + "loadtesting", + "load test", + "load testing", + "performance test", + "performance testing" + ], "devDependencies": { "typescript": "5.6.3" },