{
  "name": "@nx/detox",
  "version": "22.7.3",
  "private": false,
  "description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
  "keywords": [
    "Monorepo",
    "React",
    "Web",
    "Native",
    "CLI",
    "Detox",
    "Testing",
    "Mobile"
  ],
  "homepage": "https://nx.dev",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/detox"
  },
  "license": "MIT",
  "author": "Victor Savkin",
  "main": "./index.js",
  "type": "commonjs",
  "types": "index.d.ts",
  "dependencies": {
    "@nx/devkit": "22.7.3",
    "@nx/jest": "22.7.3",
    "@nx/js": "22.7.3",
    "@nx/eslint": "22.7.3",
    "@nx/react": "22.7.3",
    "semver": "^7.6.3",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "nx": "22.7.3"
  },
  "peerDependencies": {
    "detox": "^20.9.0"
  },
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "generators": "./generators.json",
  "publishConfig": {
    "access": "public"
  }
}