{
  "version": "0.23.6",
  "author": "Richard Lindhout <info@webridge.nl> (https://github.com/web-ridge)",
  "bugs": {
    "url": "https://github.com/web-ridge/react-native-paper-dates/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "color": "^5.0.3"
  },
  "description": "Performant Date Picker for React Native Paper",
  "devDependencies": {
    "@commitlint/config-conventional": "^20.5.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@react-native-vector-icons/material-design-icons": "^12.5.0",
    "@react-native/babel-preset": "0.83.2",
    "@release-it/conventional-changelog": "^10.0.6",
    "@testing-library/react-native": "^13.2.0",
    "@types/color": "^4.2.1",
    "@types/jest": "^29.5.14",
    "@types/react": "~19.1.17",
    "@types/react-native-vector-icons": "^6.4.18",
    "@types/react-test-renderer": "~19.1.0",
    "babel-loader": "^10.1.1",
    "caniuse-lite": "^1.0.30001780",
    "commitlint": "^20.5.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-testing-library": "^7.16.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "pod-install": "^1.0.14",
    "prettier": "^3.8.1",
    "react": "19.2.0",
    "react-native": "0.83.2",
    "react-native-builder-bob": "^0.40.18",
    "react-native-paper": "^5.15.0",
    "react-native-safe-area-context": "^5.7.0",
    "react-test-renderer": "19.2.0",
    "release-it": "^19.0.1",
    "typescript": "~5.9.3"
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false,
          "semi": false
        }
      ],
      "react/react-in-jsx-scope": "off"
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "example/node_modules",
    "example/dist",
    "docusaurus",
    "coverage"
  ],
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "react-native-paper-dates.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "homepage": "https://github.com/web-ridge/react-native-paper-dates#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn typecheck"
    }
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "license": "MIT",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "name": "react-native-paper-dates",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-paper": "*",
    "react-native-safe-area-context": "*"
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false,
    "semi": false
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "react-native": "src/index",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json",
          "tsc": "./node_modules/.bin/tsc"
        }
      ]
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true,
      "skipChecks": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "repository": "https://github.com/web-ridge/react-native-paper-dates",
  "scripts": {
    "test": "jest --config=jest.config.js --watchAll=false",
    "test-watch": "jest --config=jest.config.js --watchAll",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "husky install && bob build",
    "release": "release-it --ci --github.autoGenerate",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods",
    "prepack": "bob build",
    "build-example": "cd example && npx expo export:web"
  },
  "source": "src/index",
  "types": "lib/typescript/index.d.ts"
}
