{
  "name": "@samirkoirala/bs-calendar-react",
  "version": "1.1.1",
  "type": "module",
  "description": "A comprehensive React and React Native library for Bikram Sambat (Nepali) calendar with holidays support. Cross-platform compatible.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "react-native": "dist/index.esm.js",
  "files": [
    "dist",
    "REACT_NATIVE.md",
    "EXAMPLE_APP.md",
    "bs-calendar-readme.md"
  ],
  "scripts": {
    "test": "node test/react-native-compat.js",
    "test:compat": "node test/react-native-compat.js",
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "bs-calendar",
    "react",
    "react-native",
    "nepali",
    "bikram-sambat",
    "calendar",
    "holidays",
    "nepal",
    "cross-platform"
  ],
  "author": "Pradip Chapagain",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/samirkoirala/bs-calendar-react"
  },
  "homepage": "https://github.com/samirkoirala/bs-calendar-react#readme",
  "bugs": {
    "url": "https://github.com/samirkoirala/bs-calendar-react/issues"
  },
  "dependencies": {
    "eurodigit": "^3.1.3"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.4",
    "rollup": "^4.44.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "engines": {
    "node": ">=14"
  }
}