{
  "name": "react-native-native-dialog",
  "version": "3.0.7",
  "description": "A React Native module that exposes some of the common native dialogs to React Native.",
  "main": "src/index",
  "module": "src/index",
  "types": "src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "react-native-native-dialog.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "prepare": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "dialog",
    "native-dialog"
  ],
  "repository": "https://github.com/mohakapt/react-native-native-dialog",
  "author": "Heysem Katibi <mohakapt@gmail.com> (https://github.com/mohakapt)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohakapt/react-native-native-dialog/issues"
  },
  "homepage": "https://github.com/mohakapt/react-native-native-dialog#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^2.0.0",
    "@types/react": "^17.0.39",
    "@types/react-native": "^0.67.2",
    "husky": "^6.0.0",
    "pod-install": "^0.1.0",
    "react": "17.0.2",
    "react-native": "0.67.3",
    "react-native-builder-bob": "^0.18.0",
    "release-it": "^14.2.2",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
