{
  "name": "nx-react-native-expo",
  "version": "0.0.9",
  "description": "Expo Managed Plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JacopoPatroclo/nx-react-native-expo"
  },
  "keywords": [
    "Monorepo",
    "React",
    "Web",
    "Jest",
    "Native",
    "CLI"
  ],
  "main": "src/index.js",
  "types": "index.d.ts",
  "author": "Jacopo Martinelli",
  "license": "MIT",
  "bugs": {
    "url": "hhttps://github.com/JacopoPatroclo/nx-react-native-expo/issues"
  },
  "homepage": "https://nx.dev",
  "builders": "./builders.json",
  "schematics": "./collection.json",
  "nx-migrate": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "peerDependencies": {
    "@nrwl/workspace": "*",
    "react-native": "^0.63.0"
  },
  "dependencies": {
    "@nrwl/jest": "10.4.4",
    "@nrwl/react": "10.4.4",
    "@nrwl/linter": "10.4.4",
    "chalk": "4.1.0",
    "metro-resolver": "0.63.0",
    "tsconfig-paths-webpack-plugin": "3.3.0"
  },
  "typings": "src/index.d.ts"
}
