{ "name": "@packages/errors", "version": "0.0.0-development", "description": "Error definitions and utilities for Cypress", "main": "index.js", "browser": "src/index.ts", "scripts": { "test": "yarn test-unit", "comparison": "node -r @packages/ts/register test/support/error-comparison-tool.ts", "build": "../../scripts/run-if-ci.sh tsc || echo 'type errors'", "build-prod": "tsc", "check-ts": "tsc --noEmit", "clean-deps": "rimraf node_modules", "clean": "rimraf ./src/*.js ./src/**/*.js ./src/**/**/*.js ./test/**/*.js || echo 'cleaned'", "pretest-unit": "yarn clean", "test-unit": "mocha", "test-electron": "HTML_IMAGE_CONVERSION=1 xvfb-maybe electron --no-sandbox ./node_modules/.bin/_mocha", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": { "ansi_up": "5.0.0", "strip-ansi": "6.0.0" }, "files": [ "src", "dist" ], "types": "src/index.ts" }