{
  "name": "@4mritgiri/npdatetime",
  "version": "0.2.4",
  "description": "Modern, production-ready Nepali Date Picker (Bikram Sambat) and Gregorian calendar library.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "picker.js",
  "files": [
    "picker.js",
    "picker.css",
    "pkg/",
    "README.md"
  ],
  "scripts": {
    "build": "wasm-pack build --target web --out-name npdatetime_wasm --out-dir pkg --scope 4mritgiri ../../ && rm pkg/.gitignore",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/4mritGiri/npdatetime.git"
  },
  "keywords": [
    "nepali",
    "date-picker",
    "calendar",
    "miti",
    "bikram-sambat",
    "bs",
    "ad"
  ],
  "author": "Amrit Giri",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/4mritGiri/npdatetime/issues"
  },
  "homepage": "https://github.com/4mritGiri/npdatetime"
}
