{
  "name": "stressor-cli",
  "version": "0.0.2",
  "description": "CLI tool for stress/performance testing",
  "main": "dist/cli.js",
  "bin": {
    "stressor": "bin/stressor.js"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "pnpm run build"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "k6",
    "lighthouse",
    "load-testing",
    "performance-testing",
    "stress-testing",
    "cli-tool",
    "automation",
    "nodejs",
    "loadrunner",
    "performance",
    "testing",
    "ci-cd",
    "stressor"
  ],
  "author": "Rodny Estrada <rrodnyestrada1@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.2",
    "stressor-core": "^0.0.2",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^24.10.1",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
