{
  "name": "@react-native-device-utils/battery",
  "description": "React Native device battery API for iOS & Android",
  "version": "0.1.21",
  "react-native": "src/index.ts",
  "types": "lib/ts/src/index.d.ts",
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "files": [
    "/android",
    "!/android/build",
    "/ios",
    "/src",
    "/lib",
    "/*.podspec"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": "Sara Federico <sfed617@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/gretzky/react-native-device-utils"
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "bob build"
  },
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-native": ">=0.60",
    "react-native-vector-icons": ">=6.6.0"
  },
  "devDependencies": {
    "@react-native-community/bob": "^0.6.1",
    "@types/react": "^16.8.22",
    "@types/react-native": "^0.57.65",
    "@types/react-native-vector-icons": "^6.4.1",
    "react": "16.8.6",
    "react-native": "0.60.0",
    "react-native-vector-icons": "6.6.0",
    "typescript": "^3.5.2"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "gitHead": "6914f9058cc2fd53d91d9b67e3fc01d26933147f"
}
