{
  "name": "holidays-jp",
  "description": "get Japanese public holidays",
  "version": "2.0.61",
  "author": "sasa+1 <sasaplus1@gmail.com>",
  "bin": {
    "holiday": "bin/holidays-jp.js",
    "holidays-jp": "bin/holidays-jp.js"
  },
  "dependencies": {
    "japanese-public-holidays": "^3.0.6"
  },
  "devDependencies": {
    "@tsconfig/strictest": "2.0.8",
    "@types/node": "24.10.9",
    "@typescript-eslint/eslint-plugin": "8.55.0",
    "@typescript-eslint/parser": "8.55.0",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-tsdoc": "0.5.0",
    "npm-run-all2": "8.0.4",
    "prettier": "3.8.1",
    "typescript": "5.0.2"
  },
  "engines": {
    "node": ">=8.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "files": [
    "bin/holidays-jp.js",
    "dist/*"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "none",
    "overrides": [
      {
        "files": "*.json",
        "options": {
          "parser": "json-stringify"
        }
      }
    ]
  },
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/sasaplus1/holidays-jp.js.git"
  },
  "scripts": {
    "build": "run-p -l build:*",
    "build:cjs": "tsc -p .tsconfigs/cjs.json",
    "build:esm": "tsc -p .tsconfigs/esm.json",
    "fix": "run-s fix:*",
    "fix:eslint": "eslint --fix .",
    "fix:fixpack": "npx fixpack",
    "fix:prettier": "prettier --write .",
    "lint": "run-s lint:*",
    "lint:eslint": "eslint .",
    "lint:fixpack": "npx fixpack --dryRun",
    "lint:prettier": "prettier --check .",
    "lint:tsc": "tsc -p .tsconfigs/lint.json",
    "posttest": "rm -f index.test.js",
    "pretest": "tsc -p .tsconfigs/cjs.json && tsc -p .tsconfigs/test.json",
    "test": "node --test"
  },
  "sideEffects": false,
  "types": "./dist/cjs/index.d.ts"
}
