{
  "name": "paguetodo",
  "version": "1.0.0",
  "type": "module",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --report-unused-disable-directives",
    "test:local": "npm run lint && cross-env SELECT_ENV=demo npx playwright test",
    "test:qa": "cross-env SELECT_ENV=qa npx playwright test",
    "test:demo": "cross-env SELECT_ENV=demo npx playwright test",
    "test:des": "cross-env SELECT_ENV=des npx playwright test",
    "start": "node report/js/generator.cjs && start report/index.html"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "@faker-js/faker": "^9.6.0",
    "@playwright/test": "^1.51.1",
    "@types/node": "^22.13.13",
    "eslint": "^9.9.0",
    "globals": "^15.9.0",
    "typescript-eslint": "^8.2.0",
    "cross-env": "^7.0.3"
  },
  "dependencies": {
    "dotenv": "^16.4.7",
    "gherkin": "^9.0.0",
    "gherkin-parse": "^1.0.12"
  }
}

