@18f/us-federal-holidays
Version:
All about US federal holidays
55 lines (54 loc) • 1.45 kB
JSON
{
"name": "@18f/us-federal-holidays",
"version": "4.0.0",
"description": "All about US federal holidays",
"main": "index.js",
"keywords": [
"federal",
"holiday",
"holidays",
"date"
],
"contributors": [
"Greg Walker (https://github.com/mgwalker)",
"Carter Baxter (https://github.com/tbaxter-18f)",
"Yves Gurcan (https://github.com/yvesgurcan)",
"CreateThis.com (https://github.com/createthis)",
"Alexandr Rodik (https://github.com/arodik)",
"Ian Speers (https://github.com/ian-speers)",
"Tse Kit Yam (https://github.com/tsekityam)",
"Ben Berry (https://github.com/bengerman13)",
"Keith Pops (https://github.com/keithpops)"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/18F/us-federal-holidays.git"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"lint": "eslint index.test.js index.js",
"format": "prettier --write index.test.js index.js",
"test": "tap --reporter=spec index.test.js"
},
"license": "CC0-1.0",
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.17.2",
"prettier": "^2.3.2",
"tap": "^16.3.0"
},
"dependencies": {
"dayjs": "^1.10.6"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"arrowParens": "avoid"
}
}