{
  "$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
  "name": "flipper-plugin-react-navigation",
  "description": "Developer tools for React Navigation",
  "version": "1.3.32",
  "main": "dist/bundle.js",
  "license": "MIT",
  "keywords": [
    "flipper-plugin"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react-navigation/react-navigation.git",
    "directory": "packages/flipper-plugin-react-navigation"
  },
  "id": "react-navigation",
  "pluginType": "client",
  "icon": "directions",
  "title": "React Navigation",
  "flipperBundlerEntry": "src/index.tsx",
  "scripts": {
    "lint": "flipper-pkg lint",
    "prepack": "NODE_OPTIONS=--openssl-legacy-provider run-s lint build",
    "build": "flipper-pkg bundle",
    "watch": "flipper-pkg bundle --watch",
    "test": "jest --no-watchman"
  },
  "installConfig": {
    "hoistingLimits": "workspaces"
  },
  "peerDependencies": {
    "antd": "*",
    "flipper": "*",
    "flipper-plugin": "*"
  },
  "devDependencies": {
    "@ant-design/icons": "^4.6.2",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.13.0",
    "@react-navigation/core": "^6.4.17",
    "@types/react": "~18.0.27",
    "@types/react-dom": "~18.0.10",
    "@types/react-virtualized-auto-sizer": "^1.0.1",
    "@types/react-window": "^1.8.5",
    "antd": "^4.16.1",
    "flipper": "^0.112.0",
    "flipper-pkg": "^0.112.0",
    "flipper-plugin": "^0.112.0",
    "npm-run-all": "^4.1.5",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-virtualized-auto-sizer": "^1.0.6",
    "react-window": "^1.8.6"
  },
  "gitHead": "a2269aa24bc0c2ceec227dbdcc4fa4c38902396a"
}
