{
  "name": "@nx/react-native",
  "version": "20.8.0",
  "private": false,
  "description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
  "keywords": [
    "Monorepo",
    "React",
    "Web",
    "Jest",
    "Native",
    "CLI",
    "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/react-native"
  },
  "license": "MIT",
  "author": "Victor Savkin",
  "main": "./index",
  "types": "index.d.ts",
  "dependencies": {
    "ajv": "^8.12.0",
    "enhanced-resolve": "^5.8.3",
    "glob": "7.1.4",
    "ignore": "^5.0.4",
    "metro-config": "~0.80.4",
    "metro-resolver": "~0.80.4",
    "picocolors": "^1.1.0",
    "tsconfig-paths": "^4.1.2",
    "tslib": "^2.3.0",
    "@nx/devkit": "20.8.0",
    "@nx/jest": "20.8.0",
    "@nx/js": "20.8.0",
    "@nx/eslint": "20.8.0",
    "@nx/react": "20.8.0",
    "@nx/workspace": "20.8.0"
  },
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "generators": "./generators.json",
  "publishConfig": {
    "access": "public"
  },
  "type": "commonjs"
}