{
  "name": "@landra_sistemas/cypress-parallel-runner",
  "version": "0.0.14",
  "type": "module",
  "description": "A tool to run Cypress tests in parallel across multiple processes",
  "main": "cli.js",
  "bin": {
    "cypress-parallel-runner": "./cli.js"
  },
  "scripts": {
    "start": "node cli.js",
    "dev": "node cli.js",
    "test-cypress": "node cli.js -c 12 --browser chrome -s cypress/e2e/ --config-file cypress.config.mjs"
  },
  "keywords": [
    "cypress",
    "parallel",
    "testing",
    "e2e",
    "automation"
  ],
  "author": "Landra Sistemas",
  "license": "MIT",
  "dependencies": {
    "commander": "^11.0.0",
    "glob": "^10.3.0",
    "chalk": "^5.3.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/landra-sistemas/cypress-parallel-runner.git"
  }
}
