{
  "name": "@acflow/react-native-action-sheet",
  "version": "3.12.0",
  "description": "A cross-platform ActionSheet for React Native",
  "react-native": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "prepare": "bob build",
    "build": "bob build",
    "type-check": "tsc --noEmit",
    "lint": "eslint . --fix",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/react-native-action-sheet.git"
  },
  "keywords": [
    "expo",
    "react-native",
    "action-sheet"
  ],
  "author": "Jesse Ruder <jesse@sixfivezero.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/react-native-action-sheet/issues"
  },
  "homepage": "https://github.com/expo/react-native-action-sheet",
  "devDependencies": {
    "@react-native-community/bob": "^0.6.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@types/react": "^16.8.23",
    "@types/react-native": "^0.57.65",
    "eslint": "^7.32.0",
    "eslint-config-universe": "^8.0.0",
    "husky": "^3.0.0",
    "lint-staged": "^9.2.0",
    "prettier": "^2.3.2",
    "react": "^16.8.6",
    "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
    "semantic-release": "^17.4.4",
    "typescript": "^3.5.3"
  },
  "peerDependencies": {
    "react": ">=16.3.0"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "yarn lint",
      "git add"
    ]
  },
  "dependencies": {
    "@types/hoist-non-react-statics": "^3.3.1",
    "hoist-non-react-statics": "^3.3.0"
  }
}
