hbotutil
Version:
Delivery/pickup date helpers for Germany (weekends + union of major state holidays)
42 lines (41 loc) • 967 B
JSON
{
"name": "hbotutil",
"version": "1.0.14",
"description": "Delivery/pickup date helpers for Germany (weekends + union of major state holidays)",
"main": "index.js",
"module": "index.js",
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
"types": "index.d.ts",
"sideEffects": false,
"keywords": [
"shipping",
"holidays",
"germany",
"business-days",
"date"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/niklasraab/nrship.git"
},
"homepage": "https://github.com/niklasraab/nrship#readme",
"bugs": {
"url": "https://github.com/niklasraab/nrship/issues"
},
"author": {
"name": "Niklas Raab"
},
"engines": {
"node": ">=14"
},
"scripts": {
"prepublishOnly": "npm pack --dry-run"
}
}