{
  "name": "detox",
  "description": "E2E tests and automation for mobile",
  "version": "20.50.1",
  "bin": "local-cli/cli.js",
  "files": [
    "android",
    "detox-native",
    "Detox-android",
    "Detox-ios-*.tbz",
    "local-cli",
    "runners",
    "scripts",
    "src",
    "*.js",
    "*.json",
    "*.d.ts",
    "!**/__*__/**",
    "!**/*.mock.json",
    "!**/*.test.js",
    "!**/*.snap",
    "!jest.config.js",
    "!wallaby.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wix/Detox.git"
  },
  "nativePackage": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "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": "20.0.2",
    "@react-native-community/cli-platform-android": "20.0.2",
    "@react-native-community/cli-platform-ios": "20.0.2",
    "@react-native/babel-preset": "0.83.0",
    "@react-native/eslint-config": "0.83.0",
    "@react-native/metro-config": "0.83.0",
    "@react-native/typescript-config": "0.83.0",
    "@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.5.13",
    "@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": "^30.0.3",
    "jest-allure2-reporter": "^2.2.6",
    "metro-react-native-babel-preset": "0.76.8",
    "prettier": "^3.1.1",
    "react-native": "0.83.0",
    "react-native-codegen": "^0.0.8",
    "typescript": "^5.8.3",
    "wtfnode": "^0.9.1"
  },
  "dependencies": {
    "@wix-pilot/core": "^3.4.2",
    "@wix-pilot/detox": "^1.0.13",
    "ajv": "^8.6.3",
    "bunyan": "^1.8.12",
    "bunyan-debug-stream": "^3.1.0",
    "caf": "^15.0.1",
    "chalk": "^4.0.0",
    "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.2.0",
    "json-cycle": "^1.3.0",
    "lodash": "^4.17.11",
    "multi-sort-stream": "^1.0.3",
    "multipipe": "^4.0.0",
    "node-ipc": "9.2.1",
    "promisify-child-process": "^4.1.2",
    "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",
    "tmp": "^0.2.1",
    "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": "30.x.x || 29.x.x || 28.x.x || ^27.2.5"
  },
  "peerDependenciesMeta": {
    "jest": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=14"
  },
  "browserslist": [
    "node 14"
  ]
}
