{ "name": "@packages/driver", "version": "0.0.0-development", "private": true, "scripts": { "check-ts": "tsc --noEmit", "clean-deps": "rimraf node_modules", "cypress:open": "node ../../scripts/cypress open", "cypress:run": "node ../../scripts/cypress run", "postinstall": "patch-package", "start": "node -e 'console.log(require(`chalk`).red(`\nError:\n\tRunning \\`yarn start\\` is no longer needed for driver/cypress tests.\n\tWe now automatically spawn the server in e2e.setupNodeEvents config.\n\tChanges to the server will be watched and reloaded automatically.`))'", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": {}, "files": [ "patches" ], "workspaces": { "nohoist": [ "*" ] } }