UNPKG

detox

Version:

E2E tests and automation for mobile

124 lines (123 loc) 3.79 kB
{ "name": "detox", "description": "E2E tests and automation for mobile", "version": "20.34.3", "bin": { "detox": "local-cli/cli.js" }, "repository": { "type": "git", "url": "https://github.com/wix/Detox.git" }, "nativePackage": true, "bugs": { "url": "https://github.com/wix/Detox/issues" }, "homepage": "https://github.com/wix/Detox#readme", "main": "./index.js", "types": "./index.d.ts", "author": "Tal Kol <talkol@gmail.com>", "license": "MIT", "scripts": { "build": ":", "build:android": "cd android && ./gradlew publish -Dversion=999.999.999 && cd ..", "build:android-native": "cd android && ./gradlew publish -Dversion=999.999.999 -DbuildFlavour=coreNative -DforceLocal=true && cd ..", "lint": "eslint .", "unit": "jest --coverage --verbose", "unit:android-debug": "cd android && ./gradlew testFullDebug", "unit:android-release": "cd android && ./gradlew testFullRelease", "pretest": "npm run lint", "test": "npm run unit", "posttest": "cp coverage/lcov.info coverage/unit.lcov", "unit:watch": "jest --watch", "prepublish": "npm run build", "postinstall": "node scripts/postinstall.js" }, "devDependencies": { "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", "@react-native/babel-preset": "0.76.3", "@react-native/eslint-config": "0.76.3", "@react-native/metro-config": "0.76.3", "@react-native/typescript-config": "0.76.3", "@tsconfig/react-native": "^3.0.0", "@types/bunyan": "^1.8.8", "@types/child-process-promise": "^2.2.1", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.0.0", "@types/node": "^14.18.33", "@types/node-ipc": "^9.2.0", "@types/ws": "^7.4.0", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-plugin-ecmascript-compat": "^3.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-unicorn": "^50.0.1", "jest": "^29.6.3", "jest-allure2-reporter": "^2.0.0-beta.18", "metro-react-native-babel-preset": "0.76.8", "prettier": "^3.1.1", "react-native": "0.76.3", "react-native-codegen": "^0.0.8", "typescript": "^5.3.3", "wtfnode": "^0.9.1" }, "dependencies": { "ajv": "^8.6.3", "bunyan": "^1.8.12", "bunyan-debug-stream": "^3.1.0", "caf": "^15.0.1", "chalk": "^4.0.0", "child-process-promise": "^2.2.0", "detox-copilot": "^0.0.27", "execa": "^5.1.1", "find-up": "^5.0.0", "fs-extra": "^11.0.0", "funpermaproxy": "^1.1.0", "glob": "^8.0.3", "ini": "^1.3.4", "jest-environment-emit": "^1.0.8", "json-cycle": "^1.3.0", "lodash": "^4.17.11", "multi-sort-stream": "^1.0.3", "multipipe": "^4.0.0", "node-ipc": "9.2.1", "proper-lockfile": "^3.0.2", "resolve-from": "^5.0.0", "sanitize-filename": "^1.6.1", "semver": "^7.0.0", "serialize-error": "^8.0.1", "shell-quote": "^1.7.2", "signal-exit": "^3.0.3", "stream-json": "^1.7.4", "strip-ansi": "^6.0.1", "telnet-client": "1.2.8", "tempfile": "^2.0.0", "trace-event-lib": "^1.3.1", "which": "^1.3.1", "ws": "^7.0.0", "yargs": "^17.0.0", "yargs-parser": "^21.0.0", "yargs-unparser": "^2.0.0" }, "peerDependencies": { "jest": "29.x.x || 28.x.x || ^27.2.5" }, "peerDependenciesMeta": { "jest": { "optional": true } }, "engines": { "node": ">=14" }, "browserslist": [ "node 14" ], "gitHead": "8d057a464c5ce94e796e35e09bfac804437d6b6c" }