{
  "name": "business-days-js",
  "version": "2.3.0",
  "description": "Checks whether a date is on a weekend or a U.S. holiday",
  "source": "src/index.ts",
  "main": "dist/index.umd.js",
  "module": "dist/index.modern.module.js",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.umd.js",
  "dependencies": {
    "date-holidays": "^3.19.0",
    "dayjs": "^1.9.6"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.21.0",
    "@types/jest": "^29.5.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^7.14.0",
    "jest": "^29.5.0",
    "microbundle": "^0.15.1",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  },
  "scripts": {
    "build": "microbundle --name getPkg",
    "dev": "microbundle watch",
    "test": "jest",
    "coverage": "jest --coverage",
    "watch": "jest --watch",
    "pub": "npm run build && npm publish",
    "pre": "npm version prerelease --preid=alpha",
    "pre-pub": "npm run build && npm publish --tag alpha"
  },
  "author": "Daniel Simmons-Ritchie",
  "license": "MIT",
  "repository": "simmonsritchie/business-days-js",
  "keywords": [
    "business",
    "dates",
    "holidays",
    "dayjs"
  ]
}
