Skip to content

Commit

Permalink
feat: add npm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Nov 21, 2024
1 parent 96aba64 commit 2b205d5
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions js/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
15 changes: 15 additions & 0 deletions js/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions js/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions js/jvm-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2b205d5

Please sign in to comment.