{
  "name": "@hyunbinseo/holidays-kr",
  "description": "South Korea's national holidays, based on the official gazette",
  "version": "3.2025.4",
  "devDependencies": {
    "@types/node": "^22.14.0",
    "prettier": "^3.5.3",
    "publint": "^0.3.10",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "valibot": "^1.0.0"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "대한민국",
    "한국",
    "공휴일",
    "Korean",
    "holidays"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyunbinseo/holidays-kr.git"
  },
  "author": "Hyunbin Seo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hyunbinseo/holidays-kr/issues"
  },
  "homepage": "https://github.com/hyunbinseo/holidays-kr#readme",
  "scripts": {
    "check": "tsc --noEmit",
    "version": "node --run write && git add -A public",
    "postversion": "git push && git push --tags",
    "format": "prettier --write .",
    "write": "node src/write.ts"
  }
}