{
  "name": "nepali-datepicker-pro",
  "version": "0.4.1",
  "description": "Framework-agnostic Nepali BS/AD date, datetime, and range picker with a same-screen time picker. Works from vanilla JS, a <script> tag, jQuery, Vue, and React.",
  "type": "module",
  "license": "MIT",
  "author": {
    "name": "Narayan Gajurel",
    "email": "nrngajurel@gmail.com"
  },
  "homepage": "https://nepali-datepicker-pro.vercel.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrngajurel/nepali-datepicker-pro.git"
  },
  "bugs": {
    "url": "https://github.com/nrngajurel/nepali-datepicker-pro/issues"
  },
  "keywords": [
    "nepali",
    "date-picker",
    "datepicker",
    "bikram-sambat",
    "bs-calendar",
    "nepali-calendar",
    "nepali-date",
    "nepali-date-converter",
    "bs-to-ad",
    "ad-to-bs",
    "date-range-picker",
    "month-picker",
    "time-picker",
    "nepali-fiscal-year",
    "vue",
    "react",
    "jquery",
    "typescript"
  ],
  "sideEffects": [
    "*.css"
  ],
  "main": "./dist/nepali-datepicker-pro.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/nepali-datepicker-pro.umd.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/nepali-datepicker-pro.umd.cjs"
    },
    "./jquery": {
      "types": "./dist/jquery.d.ts",
      "import": "./dist/jquery.js"
    },
    "./vue": {
      "types": "./dist/vue.d.ts",
      "import": "./dist/vue.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "examples",
    "images",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "vitepress dev docs",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "build": "vite build && vite build --config vite.umd.config.ts",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run lint && npm run test && npm run build"
  },
  "peerDependencies": {
    "jquery": ">=3",
    "react": ">=18",
    "react-dom": ">=18",
    "vue": ">=3"
  },
  "peerDependenciesMeta": {
    "jquery": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "overrides": {
    "esbuild": "^0.25.0",
    "vitepress": {
      "vite": "^6.4.3"
    }
  },
  "devDependencies": {
    "@types/jquery": "^4.0.1",
    "@types/node": "^20.0.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/language-core": "^3.3.7",
    "jquery": "^4.0.0",
    "jsdom": "^24.1.3",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "typescript": "^5.5.0",
    "vite": "^8.1.4",
    "vite-plugin-dts": "^5.0.3",
    "vitepress": "^1.6.4",
    "vitest": "^4.1.10",
    "vue": "^3.5.39"
  }
}
