{
  "name": "react-native-mo-safearea",
  "version": "0.2.22",
  "description": "react native safe area view and tools",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "package.json",
    "src/*",
    "lib/*",
    "android",
    "ios/**/*.{h,m,pbxproj}",
    "*.podspec"
  ],
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mo22/react-native-mo-safearea.git"
  },
  "author": "Moritz Moeller <mm@mxs.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mo22/react-native-mo-safearea/issues"
  },
  "homepage": "https://github.com/mo22/react-native-mo-safearea#readme",
  "devDependencies": {
    "@types/react-native": "^0.66.4",
    "react": "^17.0.2",
    "react-native": "^0.66.3",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "mo-core": "^0.1.6"
  },
  "peerDependencies": {
    "react": "^17.0.1",
    "react-native": "^0.63.4"
  }
}
