{
  "name": "react-native-formik-paper-inputs",
  "version": "1.0.8",
  "description": "Formik Inputs for React Native Paper ",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "tsc": "tsc",
    "tsc:w": "tsc -w --outDir dist"
  },
  "author": "Wililan Ribeiro Angelo <agfoccus@gmail.com> (http://twitter.com/OGeneralWillian)",
  "license": "MIT",
  "dependencies": {
    "formik": "1.5.8",
    "moment": "2.24.0",
    "react": "16.10.2",
    "react-native": "^0.61.2",
    "react-native-modal-datetime-picker": "7.6.0",
    "react-native-paper": "2.16.0"
  },
  "devDependencies": {
    "@types/moment": "2.13.0",
    "@types/react": "16.9.5",
    "@types/react-native": "0.60.17",
    "typescript": "3.6.3"
  }
}
