{ "name": "@packages/launcher", "version": "0.0.0-development", "private": true, "scripts": { "check-ts": "tsc --noEmit", "build-prod": "tsc --project .", "clean": "rimraf --glob \"lib/*.js\" && rimraf --glob \"lib/**/*.js\" || true", "clean-deps": "rimraf 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", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": { "bluebird": "3.5.3", "debug": "^4.3.4", "execa": "4.0.0", "fs-extra": "9.1.0", "lodash": "^4.17.21", "plist": "3.0.6", "semver": "7.3.5", "which": "2.0.2", "win-version-info": "5.0.1" }, "files": [ "index.js", "lib" ], "types": "index.ts", "nx": { "implicitDependencies": [ "@packages/graphql" ] } }