{
  "name": "react-jewish-datepicker",
  "version": "2.0.24",
  "description": "React jewish datepicker",
  "main": "dist/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    "./dist/index.css": "./dist/index.css",
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./dist/mjs/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "lib",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shmulik-Kravitz/react-jewish-datepicker.git"
  },
  "homepage": "https://react-jewish-datepicker.js.org/",
  "author": "Shmulik Kravitz <29735690+Shmulik-Kravitz@users.noreply.github.com>",
  "license": "MIT",
  "scripts": {
    "start": "yarn g:start",
    "dev": "yarn g:dev",
    "copy-md": "cp README.md ../../",
    "build": "yarn g:build && yarn copy-md",
    "test": "yarn g:test",
    "inc": "yarn version patch",
    "pub": "npm publish --provenance --access public",
    "np": "np patch"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "dependencies": {
    "@react-icons/all-files": "^4.1.0",
    "dayjs": "^1.11.13",
    "jewish-date": "^2.0.19",
    "jewish-dates-core": "2.0.24",
    "use-onclickoutside": "^0.4.1"
  },
  "devDependencies": {
    "esbuild": "^0.25.1",
    "typescript": "^5.8.2"
  },
  "keywords": [
    "jewish",
    "hebrew",
    "date",
    "luach",
    "calendar"
  ]
}