{
  "name": "@hashiprobr/react-native-paper-datetimepicker",
  "version": "1.2.0",
  "description": "A React Native Paper Component for picking date or time",
  "keywords": [
    "JavaScript",
    "React",
    "React Native",
    "React Native Paper",
    "React Native Paper Component",
    "DateTimePicker",
    "Material Design"
  ],
  "homepage": "https://github.com/hashiprobr/react-native-paper-datetimepicker#readme",
  "bugs": {
    "url": "https://github.com/hashiprobr/react-native-paper-datetimepicker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashiprobr/react-native-paper-datetimepicker.git"
  },
  "license": "ISC",
  "author": "Marcelo Hashimoto",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "@react-native-community/datetimepicker": "6.7.5",
    "react": "18.2.0",
    "react-native": "0.71.7",
    "react-native-modal-datetime-picker": "13.1.2",
    "react-native-paper": "5.6.0"
  }
}