{
  "name": "@react-native-ohos/react-native-router-flux",
  "version": "4.3.2",
  "description": "React Native Router using Flux architecture",
  "repository": {
    "type": "git",
    "url": "https://github.com/aksonov/react-native-router-flux"
  },
  "bugs": {
    "url": "https://github.com/aksonov/react-native-router-flux"
  },
  "homepage": "https://github.com/aksonov/react-native-router-flux#readme",
  "license": "MIT",
  "main": "src/index.js",
  "types": "index.d.ts",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "postinstall": "./node_modules/.bin/opencollective postinstall || exit 0",
    "build": "./node_modules/.bin/babel src -d dist",
    "lint": "prettier-eslint $PWD/'src/**/*.js' $PWD/'__tests__/**/*.js' --list-different",
    "fix": "prettier-eslint $PWD/'src/**/*.js' $PWD/'__tests__/**/*.js' --write",
    "test": "jest"
  },
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "add": "^2.0.6",
    "lodash": "^4.17.15",
    "opencollective": "^1.0.3",
    "path-to-regexp": "^2.4.0",
    "prop-types": "^15.6.2",
    "react-navigation": "^4.x",
    "react-navigation-drawer": "^2.2.1",
    "react-navigation-stack": "^2.10.2",
    "react-navigation-tabs": "^2.10.1",
    "remove": "^0.1.5",
    "react-native-router-flux":"4.3.1"

  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "harmony": {
    "alias": "react-native-router-flux"    
  },
  "devDependencies": {
    "@babel/cli": "7.0.0-beta.47",
    "@babel/code-frame": "7.0.0-beta.47",
    "@babel/core": "^7.6.0",
    "@babel/plugin-proposal-decorators": "7.0.0-beta.47",
    "@babel/plugin-proposal-optional-chaining": "7.0.0-beta.47",
    "@types/react": "16.4.12",
    "@types/react-native": "0.56.14",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "9.0.0-beta.1",
    "babel-jest": "^25.1.0",
    "babel-preset-react-native": "5.0.2",
    "eslint": "^6.7.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "3.0.1",
    "eslint-plugin-eslint-comments": "3.0.1",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jest": "21.22.0",
    "eslint-plugin-jsx-a11y": "6.1.1",
    "eslint-plugin-react": "7.11.0",
    "estraverse-fb": "1.3.2",
    "jest": "^25.1.0",
    "prettier-eslint": "8.8.2",
    "prettier-eslint-cli": "5.0.0-beta.0",
    "react": "16.4.1",
    "react-native": "0.56.0",
    "react-native-gesture-handler": "^1.4.1",
    "react-native-jest-mocks": "1.4.0",
    "react-test-renderer": "16.4.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/examples/"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!(jest-)?react-native|react-navigation|@react-navigation|react-navigation-(tabs|drawer|deprecated-tab-navigator|stack))"
    ],
    "setupFiles": [
      "./test/setup.js"
    ]
  },
  "eslintConfig": {
    "filePath": "./eslintrc.js"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-native-router-flux",
    "logo": "https://opencollective.com/opencollective/logo.txt"
  }
}
