@gatling.io/cli
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
50 lines • 1.24 kB
JSON
{
"name": "@gatling.io/cli",
"version": "3.15.103",
"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"
},
"main": "target/index.js",
"types": "target/index.d.ts",
"dependencies": {
"@jspm/core": "2.1.0",
"archiver": "7.0.1",
"commander": "15.0.0",
"esbuild": "0.28.1",
"import-meta-resolve": "4.2.0",
"make-fetch-happen": "16.0.1",
"node-stream-zip": "1.15.0",
"readline-sync": "1.4.10"
},
"devDependencies": {
"@types/archiver": "7.0.0",
"@types/make-fetch-happen": "10.0.4",
"@types/node": "24.13.2",
"@types/readline-sync": "1.4.8",
"prettier": "3.9.1",
"rimraf": "6.1.3",
"typescript": "6.0.3"
},
"scripts": {
"clean": "rimraf target",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"build": "tsc -p . && chmod +x ./target/index.js"
}
}