{
  "name": "@kiwicredito/banking-holidays",
  "version": "0.3.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "A TypeScript package for detecting banking holidays in USA, Puerto Rico, and Dominican Republic",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepare": "npm run build",
    "dev": "tsc -w"
  },
  "keywords": [
    "holidays",
    "banking",
    "usa",
    "puerto-rico",
    "dominican-republic",
    "typescript",
    "date",
    "calendar"
  ],
  "author": "KiwiCredito <info@kiwicredito.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kiwicredito/banking-holidays.git"
  },
  "homepage": "https://github.com/kiwicredito/banking-holidays#readme",
  "bugs": {
    "url": "https://github.com/kiwicredito/banking-holidays/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0"
  }
}
