{
  "name": "banking-holidays",
  "version": "0.1.1-alpha.0",
  "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": "Your Name <your.email@example.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/banking-holidays"
  },
  "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"
  }
}
