{
  "name": "@gatling.io/cli",
  "version": "3.14.303",
  "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",
    "node-stream-zip": "1.15.0",
    "commander": "14.0.0",
    "esbuild": "0.25.4",
    "esbuild-plugin-tsc": "0.5.0",
    "import-meta-resolve": "4.1.0",
    "make-fetch-happen": "14.0.3",
    "readline-sync": "1.4.10"
  },
  "devDependencies": {
    "@types/archiver": "6.0.3",
    "@types/make-fetch-happen": "10.0.4",
    "@types/node": "18.19.103",
    "@types/readline-sync": "1.4.8",
    "prettier": "3.5.3",
    "rimraf": "6.0.1",
    "typescript": "5.8.3"
  },
  "scripts": {
    "clean": "rimraf target",
    "format": "prettier --write '**/*.ts'",
    "format-check": "prettier --check '**/*.ts'",
    "build": "tsc -p . && chmod +x ./target/index.js"
  }
}