{
  "name": "@nx/detox",
  "version": "20.7.1",
  "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",
  "types": "index.d.ts",
  "dependencies": {
    "@nx/devkit": "20.7.1",
    "@nx/jest": "20.7.1",
    "@nx/js": "20.7.1",
    "@nx/eslint": "20.7.1",
    "@nx/react": "20.7.1",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "detox": "^20.9.0"
  },
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "generators": "./generators.json",
  "publishConfig": {
    "access": "public"
  },
  "type": "commonjs"
}