{
  "name": "@redmindab/react-hooks",
  "version": "1.3.0",
  "description": "React hooks for native and web",
  "author": "redmindab",
  "license": "MIT",
  "repository": "redmindab/react-hooks",
  "main": "dist/index.js",
  "keywords": [
    "react",
    "react-native",
    "hooks",
    "react-hooks",
    "react-native-hooks"
  ],
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "tsc",
    "deploy": "tsc && npm publish"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/runtime": "^7.3.1",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/jest": "^23.3.13",
    "@types/react": "^16.7.22",
    "@types/react-native": "^0.61.0",
    "cross-env": "^5.2.0",
    "gh-pages": "^2.0.1",
    "react": "^16.9.0",
    "react-native": "^0.61.5",
    "react-scripts": "^3.0.1",
    "react-test-renderer": "^16.9.0",
    "typescript": "^3.2.4"
  }
}
