{
  "name": "cypress-qatouch",
  "version": "1.3.2",
  "description": "QA touch - cypress integration module",
  "main": "./index.js",
  "scripts": {
    "test": "mocha ./**/*$MATCH.spec.js",
    "cy:run": "cypress run",
    "cy:open": "cypress open",
    "cy:watch": "nodemon -e js,jsx,ts,tsx,css,scss --exec cypress run",
    "cycu:run": "IS_CUCUMBER=true cypress run",
    "qa:pull": "node tests/qaPull.js",
    "qa:push": "cypress run -C cypress-reporter.json",
    "qacu:pull": "IS_CUCUMBER=true node tests/qaPull.js",
    "qacu:push": "IS_CUCUMBER=true cypress run -C cypress-reporter.json"
  },
  "keywords": [
    "spec",
    "qatouch",
    "reporter",
    "cypressio",
    "cypressio-plugin",
    "cypressio-reporter"
  ],
  "author": "Laurent147",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1",
    "mocha": "^8.3.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Laurent147/cypress-qatouch-api.git"
  },
  "bugs": {
    "url": "https://github.com/Laurent147/cypress-qatouch-api/issues"
  },
  "homepage": "https://github.com/Laurent147/cypress-qatouch-api#readme",
  "devDependencies": {
    "cypress": "^7.3.0",
    "cypress-cucumber-preprocessor": "^4.1.0",
    "cypress-promise": "^1.1.0",
    "dotenv": "^9.0.2",
    "nodemon": "^2.0.7"
  }
}
