{
  "name": "rn-android-picker-dialog",
  "version": "1.1.1",
  "description": "dynamic android picker for react native",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "android",
    "picker",
    "pickers"
  ],
  "author": "gzliew",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GZtheStackJourney/rn-android-picker-dialog.git"
  },
  "bugs": {
    "url": "https://github.com/GZtheStackJourney/rn-android-picker-dialog/issues"
  },
  "homepage": "https://github.com/GZtheStackJourney/rn-android-picker-dialog",
  "peerDependencies": {
    "react-native": "^0.59.9"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/runtime": "^7.4.5",
    "@types/react-native": "^0.57.63",
    "babel-jest": "^24.8.0",
    "eslint": "^6.2.2",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jest": "^22.6.4",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.13.0",
    "typescript": "^3.5.2"
  },
  "files": [
    "android/**/*",
    "dist/**/*",
    "android_gif.gif"
  ]
}
