{
  "name": "@brightsoftware/date-np",
  "version": "0.7.3",
  "author": {
    "name": "bright office"
  },
  "description": "Simple & minimal Nepali date picker that just works.",
  "repository": {
    "url": "https://github.com/bright-office/date-np",
    "type": "git"
  },
  "bugs": "https://github.com/bright-office/date-np/issues",
  "keywords": [
    "react-date",
    "date-picker",
    "nepali-date-picker",
    "nepali-date-picker-react",
    "date-functions",
    "date-functions-nepali"
  ],
  "exports": {
    ".": {
      "import": "./dist/src/core.js",
      "types": "./dist/types/src/core.d.ts"
    },
    "./core": {
      "import": "./dist/src/core.js",
      "types": "./dist/types/src/core.d.ts"
    },
    "./ui": {
      "import": "./dist/src/ui.js",
      "types": "./dist/types/src/ui.d.ts"
    },
    "./validators": {
      "import": "./dist/utils/validators.js",
      "types": "./dist/types/utils/validators.d.ts"
    },
    "./style.css": "./dist/style.css"
  },
  "main": "./dist/src/core.js",
  "types": "./dist/types/src/core.d.ts",
  "type": "module",
  "module": "./dist/src/core.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "watch:auto-gen-docs": "typedoc --watch --tsconfig tsconfig.typedoc.json",
    "preview:docs": "cd docs && bun run start",
    "dev:lib": "vite build --watch",
    "build:lib": "vite build --mode release",
    "build:types": "tsc --emitDeclarationOnly",
    "build": "bun run build:lib && bun run build:types",
    "dev:example": "cd example/react && bun run dev",
    "link": "bun link && cd example/react/ && bun link date-np",
    "dev": "concurrently \"bun run watch:auto-gen-docs\" \"bun run preview:docs\" \"bun run dev:lib\" \"bun run link && bun run dev:example\" -c \"green,blue,gray,white\" -n \"gen-docs,preview,library,example\"",
    "test": "vitest",
    "prepublishOnly": "bun run build:lib && bun run build:types",
    "publish:docs": "typedoc --tsconfig tsconfig.typedoc.json && cd docs && bun run deploy"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@vitest/ui": "^2.1.9",
    "concurrently": "^9.2.1",
    "react": "^19.2.6",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.11.0",
    "vite": "^5.4.21",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^2.1.9",
    "@tailwindcss/vite": "^4.3.0",
    "@vitejs/plugin-react": "^4.7.0",
    "tailwindcss": "^4.3.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3"
  },
  "dependencies": {
    "clsx": "2.1.1",
    "tailwind-merge": "^2.6.1"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": "17 || 18 || 19",
    "react-dom": "^19.2.5"
  }
}
