{
  "name": "next-biz-date",
  "version": "2.1.3",
  "description": "Returns the next business date for a given reference date (initialDate), an offset count value, a direction (FORWARD or BACKWARDS) and a given array of holidays. This package is optimized by memoization techniques.",
  "main": "main.js",
  "scripts": {
    "test": "nyc --reporter=text --reporter=html mocha"
  },
  "keywords": [
    "next",
    "business",
    "day",
    "days",
    "counting",
    "counter",
    "finder",
    "workdays",
    "weekend days",
    "holidays",
    "date",
    "business days counting",
    "business days counter"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/janunezc/next-biz-date.git"
  },
  "author": "Jose Nunez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/janunezc/next-biz-date/issues"
  },
  "dependencies": {
    "memoizee": "^0.4.14",
    "moment": "^2.29.1"
  },
  "devDependencies": {
    "nyc": "^15.1.0",
    "mocha": "^8.2.1"
  }
}
