norwegian-workdays
Version:
A package to determine norwegian workdays
29 lines • 672 B
JSON
{
"name": "norwegian-workdays",
"version": "1.0.2",
"description": "A package to determine norwegian workdays",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stiftelsen-effekt/norwegian-workdays.git"
},
"keywords": [
"norway",
"workdays"
],
"author": "Stiftelsen Effekt",
"license": "MIT",
"bugs": {
"url": "https://github.com/stiftelsen-effekt/norwegian-workdays/issues"
},
"homepage": "https://github.com/stiftelsen-effekt/norwegian-workdays#readme",
"dependencies": {
"luxon": "^1.27.0"
},
"devDependencies": {
"jest": "^27.0.6"
}
}