{
  "name": "react-native-swipe-calendar",
  "version": "0.0.21",
  "description": "An infinitely-paged calendar component that dynamically renders months. Powered by Reanimated 2.",
  "author": "Daniel Merrill",
  "license": "MIT",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "react-native": "src/index.tsx",
  "types": "lib/typescript/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "typecheck": "tsc --skipLibCheck --noEmit",
    "build": "bob build",
    "lint": "eslint --ext .ts,.js,.tsx ."
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/computerjazz/react-native-swipe-calendar.git"
  },
  "keywords": [
    "react",
    "native",
    "infinite",
    "pager",
    "swipe",
    "calendar"
  ],
  "peerDependencies": {
    "react-native": ">=0.62.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": ">=2.8.0"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/lodash": "^4.14.175",
    "@types/react": "^17.0.5",
    "@types/react-native": "^0.64.5",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "eslint": "^7.3.1",
    "husky": "^4.2.0",
    "prettier": "^2.2.1",
    "pretty-quick": "^2.0.1",
    "react": "~16.9.0",
    "react-native": "^0.62.2",
    "react-native-builder-bob": "^0.18.1",
    "react-native-gesture-handler": "^2.0.0",
    "react-native-reanimated": "^2.8.0",
    "typescript": "^4.2.4"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "date-fns": "^2.25.0",
    "lodash": "^4.17.21",
    "react-native-infinite-pager": "0.1.0"
  }
}
