{
  "name": "@applitools/eyes.cypress",
  "version": "3.4.11",
  "main": "index.js",
  "license": "MIT",
  "bin": {
    "eyes-setup": "./bin/eyes-setup.js"
  },
  "scripts": {
    "test:mocha": "mocha --no-timeouts 'tests/**/*.test.js'",
    "test:fast": "mocha --no-timeouts 'tests/!(e2e)/**/*.test.js'",
    "test:unit": "mocha --no-timeouts 'tests/unit/**/*.test.js'",
    "test:it": "mocha --no-timeouts 'tests/it/**/*.test.js'",
    "test:e2e": "mocha --no-timeouts 'tests/e2e/**/*.test.js'",
    "eslint": "eslint '**/*.js'",
    "test": "npm run test:mocha && npm run eslint",
    "build": "#",
    "cypress": "cd tests/fixtures/testApp && cypress open --config integrationFolder=cypress/integration-play,pluginsFile=cypress/plugins/index-play.js,supportFile=cypress/support/index-run.js",
    "cypress:run": "cd tests/fixtures/testApp && cypress run --config integrationFolder=cypress/integration-run,pluginsFile=cypress/plugins/index-run.js,supportFile=cypress/support/index-run.js",
    "cypress:play": "cd tests/fixtures/testApp && cypress run --config integrationFolder=cypress/integration-play,pluginsFile=cypress/plugins/index-play.js,supportFile=cypress/support/index-run.js --spec=cypress/integration-play/play.js",
    "prepublishOnly": "npm version patch",
    "changelog": "git changelog -p -f v$npm_package_version",
    "changelog:init": "git config changelog.format \"* %s [[%h]($(echo $npm_package_repository_url|cut -d+ -f2|cut -d. -f1-2)/commit/%H)]\"",
    "changelog:install": "sudo apt-get install git-extras"
  },
  "files": [
    "src",
    "bin",
    "index.js",
    "commands.js"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/applitools/eyes-cypress"
  },
  "dependencies": {
    "@applitools/dom-snapshot": "^1.0.6",
    "@applitools/eyes-common": "^1.2.4",
    "@applitools/eyes-sdk-core": "^4.7.2",
    "@applitools/functional-commons": "^1.0.39",
    "@applitools/visual-grid-client": "^10.0.9",
    "body-parser": "^1.18.3",
    "chalk": "^2.4.2",
    "cors": "^2.8.5",
    "express": "^4.16.4",
    "lodash.flatten": "^4.4.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-spies": "^1.0.0",
    "cookie-parser": "^1.4.4",
    "cypress": "^3.1.5",
    "eslint": "^5.13.0",
    "eslint-plugin-mocha-no-only": "^1.1.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-prettier": "^2.7.0",
    "lodash.omit": "^4.5.0",
    "mocha": "^5.2.0",
    "morgan": "^1.9.1",
    "node-fetch": "^2.3.0",
    "prettier": "^1.16.4"
  }
}
