{
  "name": "date-fns-holiday-us",
  "description": "The purpose of this project is to give an interface to work with holidays using date-fns",
  "version": "1.1.0",
  "author": "Jon Stuebe",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/iife/index.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/esm/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "keywords": [
    "date-fns",
    "date",
    "holiday",
    "holidays"
  ],
  "repository": {
    "url": "https://github.com/jonstuebe/date-fns-holiday-us"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsup --watch",
    "build": "tsup",
    "test": "jest",
    "lint": "eslint ./src",
    "docs": "node scripts/docs",
    "prepublishOnly": "yarn build && yarn docs"
  },
  "peerDependencies": {
    "date-fns": ">= 2.x.x"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@swc/core": "^1.3.0",
    "@swc/jest": "^0.2.22",
    "@types/jest": "^29.0.2",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "chalk": "^4.1.1",
    "date-fns": "^2.29.3",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "jest": "^29.0.3",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "tslib": "^2.4.0",
    "tsup": "^6.2.3",
    "typedoc": "^0.23.14",
    "typedoc-plugin-markdown": "^3.13.6",
    "typescript": "^4.8.3"
  }
}
