{
  "name": "react-jalali-picker",
  "description": "A React component library for selecting dates, featuring both a DatePicker and a RangePicker that support Jalali (Persian) and Gregorian calendars.",
  "version": "1.2.3",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc && sass src/styles.scss dist/styles.css"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "@types/prop-types": "^15.7.13",
    "clsx": "^2.1.1",
    "dayjs": "^1.11.13",
    "jalali-plugin-dayjs": "^1.1.4"
  },
  "devDependencies": {
    "@types/react": "^18.3.10",
    "@types/react-dom": "^18.3.0",
    "sass": "^1.79.4",
    "typescript": "^5.6.2"
  },
  "keywords": [
    "dayjs",
    "date",
    "date picker",
    "range picker",
    "farsi",
    "jalali",
    "gregory",
    "datepicker",
    "rangepicker",
    "Persian",
    "date-picker",
    "range-picker",
    "react"
  ],
  "license": "MIT",
  "author": {
    "name": "Behzad Bakhshayesh",
    "email": "behzadbakhshayesh123456@gmail.com"
  }
}