{
  "name": "@holiday-jp/holiday_jp",
  "version": "2.5.1",
  "description": "Japanese holidays",
  "main": "lib/holiday_jp.js",
  "types": "lib/holiday_jp.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "node --test ./test/*.js",
    "generate": "git submodule update; cd holiday_jp/; git fetch origin master; git reset --hard origin/master; cd ../; node -r esbuild-register scripts/generate.ts",
    "build": "tsc && webpack && es-check es2015 lib/*.js release/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/holiday-jp/holiday_jp-js"
  },
  "keywords": [
    "holidays"
  ],
  "author": "Ken'ichiro Oyama",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/holiday-jp/holiday_jp-js/issues"
  },
  "homepage": "https://github.com/holiday-jp/holiday_jp-js",
  "devDependencies": {
    "@playwright/test": "^1.48.0",
    "es-check": "^9.1.2",
    "esbuild-register": "^3.6.0",
    "js-yaml": "^3.13.1",
    "moment": "^2.23.0",
    "typescript": "^5.8.3",
    "webpack": "^5.91.0",
    "webpack-cli": "^6.0.1"
  }
}
