{
  "name": "@hyunbinseo/holidays-kr",
  "version": "4.2026.0",
  "description": "South Korea's national holidays, based on the official gazette",
  "keywords": [
    "Korean",
    "holidays",
    "공휴일",
    "대한민국",
    "한국"
  ],
  "homepage": "https://github.com/hyunbinseo/holidays-kr#readme",
  "bugs": {
    "url": "https://github.com/hyunbinseo/holidays-kr/issues"
  },
  "license": "MIT",
  "author": "Hyunbin Seo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyunbinseo/holidays-kr.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.2",
    "@types/node": "^24.12.2",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "publint": "^0.3.18",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "preversion": "vitest run",
    "version": "node cli/write.ts && git add -A public",
    "postversion": "git push && git push --tags && node cli/postversion.ts",
    "check": "tsc --noEmit",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "test": "vitest"
  }
}