{
  "name": "nepal-utils-core",
  "version": "1.0.3",
  "description": "A timezone-safe, high-performance Nepali Date (Bikram Sambat) library for Node.js and the browser",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsup && tsc --project tsconfig.build.json --emitDeclarationOnly --declaration",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "nepali",
    "date",
    "nepali-date",
    "bikram-sambat",
    "bs-to-ad",
    "ad-to-bs",
    "nepal",
    "calendar",
    "holiday"
  ],
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {},
  "devDependencies": {
    "@types/cheerio": "^0.22.35",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.9.2",
    "axios": "^1.17.0",
    "cheerio": "^1.2.0",
    "jest": "^30.4.2",
    "ts-jest": "^29.4.11",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  }
}
