{
  "name": "react-global-hook",
  "version": "2.0.0",
  "description": "Hooks State Managment",
  "main": "src/index.js",
  "scripts": {
    "test": "jest --no-cache",
    "upgradeDeps": "npm-check-updates -u"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hosseinmd/react-global-hook.git"
  },
  "keywords": [
    "hooks",
    "hook",
    "useHook",
    "useState",
    "useContext",
    "useReducer",
    "easy",
    "state",
    "state-management",
    "performance",
    "react",
    "react-native",
    "react-redux",
    "javascript",
    "javascript-library",
    "global-state",
    "global-variables",
    "setstate",
    "connect",
    "components",
    "library",
    "high-performance",
    "best-practices",
    "react-global-hook",
    "hossein",
    "mohammadi"
  ],
  "author": "Hossein mohammadi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hosseinmd/react-global-hook/issues"
  },
  "homepage": "https://github.com/hosseinmd/react-global-hook#readme",
  "dependencies": {
    "react-principal": "0.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-react": "^7.9.4",
    "@react-native-community/eslint-config": "1.0.0",
    "@react-native-community/eslint-plugin": "1.0.0",
    "@testing-library/react-hooks": "^3.2.1",
    "babel-jest": "^25.3.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "jest": "^25.3.0",
    "metro-react-native-babel-preset": "^0.59.0",
    "prettier": "^2.0.4",
    "prettier-plugin-jsdoc": "^0.0.12",
    "react": "^16.8.6",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "typescript": "^3.8.3"
  },
  "peerDependencies": {
    "react": ">=16.0"
  },
  "jest": {
    "transformIgnorePatterns": [
      "node_modules/(?!(react-principal)/)"
    ],
    "globals": {
      "__DEV__": true
    }
  }
}
