{
  "name": "@manojshrestha/nepali-date",
  "version": "1.0.1",
  "description": "Lightweight TypeScript library for Nepali date conversion and date-picking",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/types/index.d.ts"
    },
    "./dist/DatePicker.css": "./dist/DatePicker.css"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "npx playwright test",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "nepali",
    "date",
    "bikram",
    "sambat",
    "BS",
    "AD",
    "converter",
    "datepicker"
  ],
  "author": "Manoj Shrestha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ManojShrestha239/nepali-date.git"
  },
  "homepage": "https://github.com/ManojShrestha239/nepali-date",
  "bugs": {
    "url": "https://github.com/ManojShrestha239/nepali-date/issues"
  },
  "devDependencies": {
    "@playwright/test": "^1.53.1",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.3",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitest/coverage-v8": "^3.2.4",
    "jsdom": "^26.1.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "rollup": "^2.79.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
