Files
cypress/package.json
renovate[bot] ca451f4155 chore(deps): Update dependency @cypress/bumpercar to version 2.… (#4597)
* chore(deps): Update @cypress/bumpercar to 2.0.9 🌟

* remove react-tooltip upgrade from this PR

* Have tooltip have default empty string to avoid 'title requirement' warning in console


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2019-06-28 19:49:23 +06:30

184 lines
6.8 KiB
JSON

{
"name": "cypress",
"productName": "Cypress",
"version": "3.3.2",
"description": "Cypress.io end to end testing tool",
"private": true,
"engines": {
"node": ">=8.9.3"
},
"scripts": {
"prestart": "npm run check-deps-pre",
"start": "node ./cli/bin/cypress open --dev --global",
"cypress:open": "node ./cli/bin/cypress open --dev --global",
"cypress:run": "node ./cli/bin/cypress run --dev",
"cypress:verify": "node ./cli/bin/cypress verify --dev",
"cypress:open:debug": "node ./scripts/debug.js cypress:open",
"cypress:run:debug": "node ./scripts/debug.js cypress:run",
"dev": "node ./scripts/start.js",
"dev-debug": "node ./scripts/debug.js dev",
"watch": "npm run all watch",
"test-debug-package": "node ./scripts/test-debug-package.js",
"jscodeshift": "jscodeshift -t ./node_modules/js-codemod/transforms/arrow-function-arguments.js",
"decaffeinate": "decaffeinate --use-cs2 --loose",
"decaffeinate-bulk": "bulk-decaffeinate",
"check-deps": "node ./scripts/check-deps.js --verbose",
"check-deps-pre": "node ./scripts/check-deps.js --verbose --prescript",
"prebuild": "npm run check-deps-pre && npm run all prebuild",
"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",
"install-filtered": "npm run all install -- --package $(node ./scripts/check-deps.js --list)",
"postinstall": "echo 'root postinstall' && npm run link && npm run all install && npm run build",
"clean-deps": "npm run all clean-deps && rm -rf node_modules",
"docker": "./scripts/run-docker-local.sh",
"lint-js": "eslint --fix scripts/*.js packages/ts/*.js cli/*.js cli/**/*.js",
"lint-changed": "git diff --name-only | grep '\\.js$' | xargs npx eslint --fix",
"lint-coffee": "coffeelint scripts/**/*.coffee",
"lint": "npm run lint-js && npm run lint-coffee",
"pretest": "npm run lint && npm run all lint && npm run test-scripts",
"precommit": "npm run warn-only && lint-staged",
"precommit-lint": "eslint --fix",
"prepush": "npm run stop-only",
"stop-only": "stop-only --folder packages --skip .cy,.publish,.projects,node_modules,dist,dist-test,fixtures,lib,bower_components,spec_helper.coffee",
"warn-only": "stop-only --warn --folder packages --skip .cy,.publish,.projects,node_modules,dist,dist-test,fixtures,lib,bower_components,spec_helper.coffee",
"bump": "node ./scripts/binary.js bump",
"set-next-ci-version": "node ./scripts/binary.js setNextVersion",
"binary-build": "node ./scripts/binary.js build",
"binary-zip": "node ./scripts/binary.js zip",
"binary-upload": "node ./scripts/binary.js upload",
"binary-deploy": "node ./scripts/binary.js deploy",
"binary-purge": "node ./scripts/binary.js purge-version",
"binary-deploy-linux": "./scripts/build-linux-binary.sh",
"move-binaries": "node ./scripts/binary.js move-binaries",
"binary-release": "node ./scripts/binary.js release",
"test-scripts": "mocha -r packages/coffee/register -r packages/ts/register --reporter spec 'scripts/unit/**/*spec.js'",
"test-s3-api": "node -r ./packages/coffee/register -r ./packages/ts/register scripts/binary/s3-api-demo.ts",
"test-mocha": "mocha --reporter spec scripts/spec.js",
"test-mocha-snapshot": "mocha scripts/mocha-snapshot-spec.js",
"check-node-version": "node scripts/check-node-version.js",
"check-terminal": "node scripts/check-terminal.js",
"effective:circle:config": "circleci config process circle.yml | sed /^#/d"
},
"lint-staged": {
"*.js": [
"npm run precommit-lint"
]
},
"devDependencies": {
"@cypress/bumpercar": "2.0.9",
"@cypress/commit-message-install": "2.6.2",
"@cypress/env-or-json-file": "2.0.0",
"@cypress/npm-run-all": "4.0.5",
"@cypress/questions-remain": "1.0.1",
"@cypress/github-commit-status-check": "1.4.1",
"@types/bluebird": "3.5.21",
"@types/chai": "3.5.2",
"@types/debug": "4.1.4",
"@types/execa": "0.7.2",
"@types/fs-extra": "3.0.0",
"@types/lodash": "4.14.122",
"@types/mocha": "2.2.48",
"@types/node": "11.12.0",
"@types/ramda": "0.25.47",
"@types/request-promise": "4.1.42",
"@types/sinon-chai": "3.2.2",
"ansi-styles": "3.2.1",
"arg": "4.1.0",
"ascii-table": "0.0.9",
"aws-sdk": "2.447.0",
"babel-eslint": "10.0.1",
"bluebird": "3.5.3",
"bluebird-retry": "0.11.0",
"bulk-decaffeinate": "3.3.1",
"chai": "4.2.0",
"chalk": "2.4.2",
"check-dependencies": "1.1.0",
"check-more-types": "2.24.0",
"cloudflare-cli": "3.2.2",
"coffeelint": "1.16.2",
"common-tags": "1.8.0",
"console.table": "0.10.0",
"debug": "4.1.1",
"decaffeinate": "5.1.12",
"del": "3.0.0",
"electron-builder": "20.39.0",
"eslint": "5.16.0",
"eslint-plugin-cypress": "2.2.1",
"eslint-plugin-cypress-dev": "2.1.0",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-react": "7.12.4",
"execa": "1.0.0",
"execa-wrap": "1.4.0",
"filesize": "4.1.2",
"find-package-json": "1.2.0",
"fs-extra": "8.0.1",
"gift": "0.10.2",
"gulp": "3.9.1",
"gulp-awspublish": "3.4.0",
"gulp-coffee": "2.3.5",
"gulp-debug": "3.2.0",
"gulp-rename": "1.4.0",
"gulp-typescript": "3.2.4",
"hasha": "5.0.0",
"human-interval": "0.1.6",
"husky": "2.3.0",
"inquirer": "3.3.0",
"inquirer-confirm": "2.0.3",
"js-codemod": "cpojer/js-codemod#29dafed",
"jscodemods": "cypress-io/jscodemods#01b546e",
"jscodeshift": "0.6.3",
"konfig": "0.2.1",
"lazy-ass": "1.6.0",
"lint-staged": "8.2.1",
"lodash": "4.17.11",
"make-empty-github-commit": "1.2.0",
"mocha": "3.5.3",
"mocha-banner": "1.1.2",
"mocha-junit-reporter": "1.23.0",
"mocha-multi-reporters": "1.1.7",
"obfuscator": "0.5.4",
"parse-github-repo-url": "1.4.1",
"plist": "2.1.0",
"pluralize": "8.0.0",
"prefixed-list": "1.0.1",
"pretty-ms": "5.0.0",
"print-arch": "1.0.0",
"ramda": "0.24.1",
"shelljs": "0.8.3",
"sinon": "7.3.2",
"snap-shot-it": "7.7.1",
"stop-only": "3.0.1",
"strip-ansi": "4.0.0",
"terminal-banner": "1.1.0",
"typescript": "3.4.5",
"vinyl-paths": "2.1.0"
},
"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"
},
"keywords": [
"browser",
"cypress",
"cypress.io",
"automation",
"end-to-end",
"e2e",
"integration",
"mocks",
"test",
"testing",
"runner",
"spies",
"stubs"
]
}