{
  "name": "react-hook-device-orientation",
  "version": "1.0.3",
  "description": "React hook for accessing device orientation",
  "keywords": [
    "react",
    "hook",
    "deviceorientation"
  ],
  "repository": "git@github.com:bence-toth/react-hook-device-orientation.git",
  "license": "LGPL",
  "author": "Bence A. Toth <tothab@gmail.com>",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist && babel src --out-dir dist",
    "build:watch": "babel src --out-dir dist --watch"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.0",
    "@babel/preset-env": "^7.5.0",
    "@babel/preset-react": "^7.0.0",
    "babel-core": "^7.0.0-bridge",
    "react": "^16.8.6"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17 || ^18"
  }
}
