Files
cypress/package.json
2017-05-09 10:58:53 -04:00

54 lines
1.4 KiB
JSON

{
"name": "cypress-monorepo",
"version": "0.19.1",
"main": "index.js",
"bin": {
"cypress": "bin/cypress"
},
"scripts": {
"install-app": "node cli.js --exec install",
"postinstall": "npm run all install",
"start": "node start.js",
"watch-dev": "npm run all watch-dev",
"test": "mocha --watch",
"test-once": "mocha",
"test-all": "npm run all test -- --serial",
"test-all-once": "npm run all test-once -- --serial",
"test-all-unit-once": "npm run all test-unit-once -- --serial",
"test-all-integration-once": "npm run all test-integration-once -- --serial",
"test-all-e2e-once": "npm run all test-e2e-once -- --serial",
"all": "node cli.js --exec run"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@cypress/npm-run-all": "^4.0.4",
"ascii-table": "0.0.9",
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-plugin-mocha": "^4.9.0",
"mocha": "^3.2.0",
"nock": "^9.0.9",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0"
},
"dependencies": {
"app-module-path": "^1.1.0",
"bluebird": "^3.4.5",
"chalk": "^1.1.3",
"commander": "^2.8.1",
"extract-zip": "^1.6.0",
"fs-extra": "^2.1.2",
"getos": "^2.8.4",
"glob": "^7.0.6",
"lodash": "^4.16.3",
"minimist": "^1.2.0",
"progress": "^1.1.8",
"request": "^2.81.0",
"request-progress": "^0.3.1",
"tmp": "0.0.31",
"url": "^0.11.0",
"xvfb": "cypress-io/node-xvfb"
}
}