{
  "name": "react-native-permissions",
  "version": "3.10.0",
  "license": "MIT",
  "description": "An unified permissions API for React Native on iOS, Android and Windows",
  "author": "Mathieu Acthernoene <zoontek@gmail.com>",
  "homepage": "https://github.com/zoontek/react-native-permissions#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zoontek/react-native-permissions.git"
  },
  "keywords": [
    "react-native",
    "react native",
    "react-native-windows",
    "permission",
    "authorization"
  ],
  "types": "dist/typescript/index.d.ts",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "react-native": "src/index.ts",
  "files": [
    "/android",
    "!/android/build",
    "/dist",
    "/ios",
    "/scripts",
    "/windows",
    "/src",
    "/*.podspec",
    "react-native.config.js",
    "mock.js"
  ],
  "scripts": {
    "format": "prettier '**/*' -u -w",
    "lint": "eslint './**/*.{js,ts,tsx}'",
    "setup-hooks": "git config --local core.hooksPath .hooks",
    "prepack": "bob build",
    "typecheck": "tsc --project ./ --noEmit"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "lint-staged": {
    "**/*.{js,ts,tsx}": "eslint",
    "*": "prettier -u -w"
  },
  "codegenConfig": {
    "name": "rnpermissions",
    "type": "modules",
    "jsSrcsDir": "./src",
    "android": {
      "javaPackageName": "com.zoontek.rnpermissions"
    }
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-native": ">=0.63.3",
    "react-native-windows": ">=0.62.0"
  },
  "peerDependenciesMeta": {
    "react-native-windows": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^18.2.24",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.50.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "lint-staged": "^14.0.1",
    "prettier": "^3.0.3",
    "prettier-plugin-organize-imports": "^3.2.3",
    "react": "^18.2.0",
    "react-native": "^0.72.5",
    "react-native-builder-bob": "^0.23.0",
    "typescript": "^5.2.2"
  }
}
