{ "name": "@packages/server", "version": "0.0.0-development", "private": true, "main": "index.js", "scripts": { "build-prod": "tsc || echo 'built, with type errors'", "check-ts": "tsc --noEmit && yarn -s tslint", "clean-deps": "rimraf node_modules", "codecov": "codecov", "dev": "node index.js", "docker": "cd ../.. && WORKING_DIR=/packages/server ./scripts/run-docker-local.sh", "tslint": "tslint --config ../ts/tslint.json --project .", "postinstall": "patch-package", "repl": "node repl.js", "start": "node ../../scripts/cypress open --dev --global", "test": "node ./test/scripts/run.js", "test-integration": "node ./test/scripts/run.js --glob-in-dir=test/integration", "test-performance": "node ./test/scripts/run.js --glob-in-dir=test/performance", "test-unit": "node ./test/scripts/run.js --glob-in-dir=test/unit", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": { "@babel/parser": "7.22.7", "@benmalka/foxdriver": "0.4.1", "@cypress/commit-info": "2.2.0", "@cypress/get-windows-proxy": "1.6.2", "@cypress/request": "2.88.12", "@cypress/request-promise": "4.2.7", "@cypress/vite-dev-server": "file:/tmp/cypress-build/linux/dist/npm/vite-dev-server", "@cypress/webpack-batteries-included-preprocessor": "file:/tmp/cypress-build/linux/dist/npm/webpack-batteries-included-preprocessor", "@cypress/webpack-dev-server": "file:/tmp/cypress-build/linux/dist/npm/webpack-dev-server", "@cypress/webpack-preprocessor": "file:/tmp/cypress-build/linux/dist/npm/webpack-preprocessor", "@ffmpeg-installer/ffmpeg": "1.1.0", "@packages/icons": "0.0.0-development", "@packages/telemetry": "0.0.0-development", "ansi_up": "5.0.0", "ast-types": "0.13.3", "base64url": "^3.0.1", "black-hole-stream": "0.0.1", "bluebird": "3.7.2", "bundle-require": "3.0.4", "chalk": "2.4.2", "check-more-types": "2.24.0", "chokidar": "3.5.1", "chrome-remote-interface": "0.31.3", "cli-table3": "0.5.1", "coffeescript": "2.6.0", "color-string": "1.5.5", "command-exists": "1.2.9", "common-tags": "1.8.0", "compression": "1.7.4", "content-type": "1.0.4", "cookie-parser": "1.4.5", "cors": "2.8.5", "data-uri-to-buffer": "2.0.1", "dayjs": "^1.9.3", "debug": "^4.3.4", "dirt-simple-file-cache": "^0.4.0", "duplexify": "4.1.1", "electron-context-menu": "3.6.1", "errorhandler": "1.5.1", "evil-dns": "0.2.0", "execa": "1.0.0", "express": "4.17.3", "find-process": "1.4.7", "firefox-profile": "4.3.2", "fluent-ffmpeg": "2.1.2", "fs-extra": "9.1.0", "get-port": "5.1.1", "getos": "3.2.1", "glob": "7.1.3", "graceful-fs": "4.2.9", "http-proxy": "https://github.com/cypress-io/node-http-proxy.git#9322b4b69b34f13a6f3874e660a35df3305179c6", "human-interval": "1.0.0", "image-size": "0.8.3", "is-ci": "^3.0.0", "is-fork-pr": "2.5.0", "is-html": "2.0.0", "jimp": "0.14.0", "jose": "^4.11.2", "jsonlint": "1.6.3", "launch-editor": "2.3.0", "lazy-ass": "1.6.0", "lockfile": "1.0.4", "lodash": "^4.17.21", "log-symbols": "2.2.0", "marionette-client": "https://github.com/cypress-io/marionette-client.git#5fc10cdf6c02627e9a2add98ca52de4d0c2fe74d", "md5": "2.3.0", "memfs": "3.4.12", "mime": "2.4.4", "mime-db": "1.45.0", "minimatch": "3.0.5", "minimist": "1.2.8", "mocha-7.0.1": "npm:mocha@7.0.1", "mocha-junit-reporter": "2.2.0", "mocha-teamcity-reporter": "3.0.0", "morgan": "1.9.1", "node-machine-id": "1.1.12", "opn": "https://github.com/cypress-io/opn.git#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5", "ospath": "1.2.2", "p-defer": "^3.0.0", "p-queue": "6.1.0", "pidusage": "3.0.2", "pluralize": "8.0.0", "randomstring": "1.1.5", "recast": "0.20.4", "resolve": "1.17.0", "resolve-package-path": "4.0.3", "sanitize-filename": "1.6.3", "semver": "7.3.2", "send": "0.17.1", "shell-env": "3.0.1", "signal-exit": "3.0.3", "squirrelly": "7.9.2", "strip-ansi": "6.0.0", "syntax-error": "1.4.0", "systeminformation": "5.16.9", "term-size": "2.1.0", "through": "2.3.8", "tough-cookie": "4.1.3", "trash": "5.2.0", "tree-kill": "1.2.2", "ts-node": "^10.9.1", "tslib": "2.3.1", "underscore.string": "3.3.6", "url-parse": "1.5.9", "uuid": "8.3.2", "webpack-virtual-modules": "0.5.0", "widest-line": "3.1.0" }, "files": [ "config", "hook-require.js", "lib", "patches", "start-cypress.js", "v8-snapshot-entry.js" ], "types": "index.d.ts", "productName": "Cypress", "workspaces": { "nohoist": [ "@benmalka/foxdriver", "tsconfig-paths" ] }, "optionalDependencies": { "fsevents": "^2", "registry-js": "1.15.0" } }