@gabortorma/moment-working-days-hu
Version:
[@gabortorma/moment-working-days](https://github.com/GaborTorma/moment-working-days) with updated hungarian holidays and forced business days.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "@gabortorma/moment-working-days-hu",
"version": "2.2.0",
"description": "[@gabortorma/moment-working-days](https://github.com/GaborTorma/moment-working-days) with updated hungarian holidays and forced business days.",
"main": "index.js",
"scripts": {
"test": "mocha tests/*",
"lint": "eslint --fix --ext .js,.cjs --ignore-path .gitignore .",
"release": "dotenv release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GaborTorma/moment-working-days-hu.git"
},
"keywords": [
"moment",
"workdays",
"working",
"days",
"business-days"
],
"type": "module",
"author": "GáborTorma",
"license": "ISC",
"bugs": {
"url": "https://github.com/GaborTorma/moment-working-days-hu/issues"
},
"homepage": "https://github.com/GaborTorma/moment-working-days-hu#readme",
"dependencies": {
"@gabortorma/moment-working-days": "3.0.0",
"moment": "2.29.4"
},
"devDependencies": {
"chai": "4.3.10",
"dotenv-cli": "7.3.0",
"eslint": "8.50.0",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-prettier": "5.0.0",
"mocha": "10.2.0",
"prettier": "3.0.3",
"release-it": "16.2.1"
}
}