{ "name": "cypress", "productName": "Cypresss", "version": "0.19.4", "description": "Cypress.io end to end testing tool", "private": true, "engines": { "node": ">=6.5.0" }, "scripts": { "start": "node ./scripts/start.js", "watch": "npm run all watch", "build": "npm run all build", "all": "node ./scripts/run.js", "test": "echo '⚠️ This root monorepo is only for local development and new contributions. There are no tests.'", "link": "node ./scripts/link-packages.js", "postinstall": "npm run link && npm run all install && npm run build", "clean-deps": "npm run all clean-deps", "docker": "./scripts/run-docker-local.sh", "lint": "eslint --fix scripts/*.js", "pretest": "npm run lint && npm run all lint", "precommit": "lint-staged", "precommit-lint": "eslint --fix --rule 'no-only-tests/no-only-tests: 2'", "bump": "gulp bump", "deploy": "node ./scripts/deploy.js", "release": "gulp release" }, "lint-staged": { "*.js": [ "precommit-lint", "git add" ] }, "devDependencies": { "@cypress/bumpercar": "^1.0.6", "@cypress/npm-run-all": "^4.0.4", "ascii-table": "0.0.9", "babel-eslint": "^6.0.4", "bluebird": "^3.4.5", "chai": "^4.0.2", "electron-osx-sign": "^0.4.6", "eslint": "^3.18.0", "eslint-plugin-mocha": "^4.9.0", "eslint-plugin-no-only-tests": "levibuzolic/eslint-plugin-no-only-tests#dbb7270c4f48e33081729c0ef076441b39f35487", "eslint-plugin-react": "^5.1.1", "fs-extra": "^2.1.2", "gulp": "^3.9.1", "gulp-awspublish": "^3.3.0", "gulp-coffee": "^2.3.4", "gulp-debug": "^3.1.0", "gulp-rename": "^1.2.2", "human-interval": "^0.1.6", "husky": "^0.13.4", "inquirer": "^3.1.1", "konfig": "^0.2.1", "lint-staged": "^3.6.0", "lodash": "^4.17.4", "obfuscator": "^0.5.4", "plist": "^2.1.0", "run-sequence": "^1.2.2", "vagrant": "0.0.1", "xvfb": "^0.2.3" }, "author": "Brian Mann", "license": "MIT", "homepage": "https://github.com/cypress-io/cypress", "repository": { "type": "git", "url": "https://github.com/cypress-io/cypress.git" }, "bugs": { "url": "https://github.com/cypress-io/cypress/issues" } }