{
  "name": "cucumber-cypress-tests",
  "author": "Vlastos Manolis",
  "version": "1.22.19",
  "description": "Cypress End-to-End Test Framework using cucumber BDD methodology",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theorchard/cucumber-cypress-tests"
  },
  "scripts": {
    "lint": "eslint cypress --max-warnings=0",
    "lint-fix": "eslint cypress --fix --max-warnings=0",
    "check:env": "./scripts/checkEnv.sh true",
    "cy:open": "cypress open",
    "cy:open:prod": "cypress open --env configFile=prod",
    "cy:qa": "yarn cypress run",
    "cy:local:open": "cypress open --env configFile=dev",
    "cy:prod": "./scripts/runProdCypressFor.sh",
    "cy:content_review": "yarn cypress run --env TAGS='@content_review and not @wip'",
    "ci": "yarn install --frozen-lockfile --production --ignore-engines",
    "test": "jest --silent",
    "postinstall": "if [ -z ${IS_DOCKER} ]; then make configure_husky_hooks; fi"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "eslint cypress --fix --max-warnings=0"
    ],
    "*": "prettier --write"
  },
  "cypress-cucumber-preprocessor": {
    "stepDefinitions": "./cypress/steps/**/*.{js,ts}",
    "filterSpecs": true,
    "omitFiltered": true,
    "json": {
      "enabled": true,
      "output": "./cypress/results/results.json"
    }
  },
  "dependencies": {
    "@aws-sdk/abort-controller": "^3.374.0",
    "@aws-sdk/client-s3": "^3.983.0",
    "@aws-sdk/client-secrets-manager": "^3.983.0",
    "@aws-sdk/s3-request-presigner": "^3.983.0",
    "@babel/traverse": "^7.23.3",
    "@badeball/cypress-cucumber-preprocessor": "22.0.1",
    "@cypress-audit/lighthouse": "^1.4.2",
    "@cypress/browserify-preprocessor": "^3.0.2",
    "@cypress/skip-test": "^2.6.1",
    "@faker-js/faker": "^8.4.1",
    "@xmldom/xmldom": "^0.8.12",
    "ansi-colors": "^4.1.3",
    "arg": "5.0.2",
    "aws-sdk": "^2.1693.0",
    "axios": "1.15.0",
    "crypto-js": "4.2.0",
    "csv-parser": "^3.0.0",
    "csvtojson": "^2.0.13",
    "cy-verify-downloads": "^0.2.3",
    "cypress": "14.2.1",
    "cypress-cucumber-attach-screenshots-to-failed-steps": "^1.0.0",
    "cypress-delete-downloads-folder": "^0.0.4",
    "cypress-iframe": "^1.0.1",
    "cypress-localstorage-commands": "^2.2.4",
    "cypress-on-fix": "^1.0.2",
    "cypress-real-events": "^1.11.0",
    "cypress-terminal-report": "^5.3.9",
    "cypress-wait-until": "2.0.1",
    "dayjs": "^1.11.10",
    "dd-trace": "^5.2.0",
    "debug": "4.3.6",
    "decimal.js": "^10.6.0",
    "deepmerge": "^4.3.1",
    "dotenv": "^16.3.1",
    "fs-extra": "^11.1.1",
    "i18n-iso-countries": "^7.11.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.7",
    "luxon": "^3.7.2",
    "mysql": "^2.18.1",
    "mysql2": "^3.9.8",
    "neo4j-driver": "^5.14.0",
    "node-xlsx": "^0.24.0",
    "repeat-string": "^1.6.1",
    "s3-sync-client": "^3.0.3",
    "snowflake-sdk": "^2.3.3",
    "ssh2": "^1.16.0",
    "totp-generator": "^0.0.14",
    "tough-cookie": "^4.1.3",
    "xpath": "^0.0.33"
  },
  "resolutions": {
    "findup-sync": "^5.0.0",
    "path-to-regexp": "^6.3.0",
    "elliptic": "6.6.1",
    "ws": "8.17.1",
    "esbuild": "0.25.0",
    "cookie": "0.7.0",
    "tar-fs": "3.1.1",
    "@babel/runtime": "7.26.10",
    "@babel/helpers": "7.26.10",
    "axios": "1.15.0",
    "form-data": "4.0.4",
    "@eslint/plugin-kit": "0.3.4",
    "brace-expansion": "1.1.12",
    "tmp": "0.2.4",
    "diff": "8.0.3",
    "qs": "6.14.1",
    "undici": "6.23.0"
  },
  "devDependencies": {
    "@aws-sdk/client-ecs": "^3.983.0",
    "@cucumber/cucumber": "^10.9.0",
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.9.0",
    "aws-sdk-client-mock": "^4.0.1",
    "commander": "^12.1.0",
    "debug": "4.3.6",
    "eslint": "^9.9.0",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-cypress": "^2.15.1",
    "eslint-plugin-unused-imports": "^4.1.3",
    "http": "^0.0.1-security",
    "https": "^1.0.0",
    "husky": "^9.1.6",
    "prettier": "3.3.3",
    "prettier-plugin-gherkin": "^2.4.1",
    "uuid": "^9.0.1",
    "uuid-parse": "^1.1.0"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
