UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

40 lines (39 loc) 1.07 kB
{ "name": "@packages/launcher", "version": "0.0.0-development", "private": true, "main": "index.js", "scripts": { "build-prod": "tsc --project .", "clean": "node scripts/clean.js || true", "clean-deps": "rm -rf node_modules", "clean-js": "yarn clean", "size": "t=\"cypress-v0.0.0.tgz\"; yarn pack --filename \"${t}\"; wc -c \"cli/${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "yarn test-unit", "test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json" }, "dependencies": { "bluebird": "3.5.3", "debug": "4.3.2", "execa": "4.0.0", "fs-extra": "8.1.0", "lodash": "4.17.19", "plist": "3.0.1", "ramda": "0.27.1" }, "devDependencies": { "@packages/ts": "0.0.0-development", "chai": "3.5.0", "chai-as-promised": "7.1.1", "cross-env": "6.0.3", "mocha": "3.5.3", "shelljs": "0.8.3", "sinon": "5.1.1", "sinon-chai": "3.4.0", "typescript": "3.5.3" }, "files": [ "lib" ], "types": "./lib/types.ts" }