UNPKG

@publidata/utils-opening-hours

Version:

Collection of methods to handle opening hours

43 lines (42 loc) 1.11 kB
{ "name": "@publidata/utils-opening-hours", "version": "2.0.5", "description": "Collection of methods to handle opening hours", "main": "./dist/opening-hours.js", "directories": { "test": "tests" }, "scripts": { "prepublishOnly": "rm -rf dist && yarn build", "build": "webpack", "test": "mocha tests/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/Publidata/publidata-packages.git" }, "keywords": [ "Publidata", "theme", "utils", "opening", "hours" ], "author": "Publidata", "license": "MIT", "bugs": { "url": "https://github.com/Publidata/publidata-packages/issues" }, "homepage": "https://github.com/Publidata/publidata-packages#readme", "devDependencies": { "esm": "^3.2.25", "mocha": "^9.0.2", "webpack": "^4.43.0" }, "dependencies": { "@publidata/utils-dates": "1.4.0", "i18next-client": "^1.11.4", "opening_hours": "git+https://github.com/Publidata/opening_hours.js.git#misc/add-latest-french-holidays" }, "gitHead": "eae08e96b7ae903da2f13e14ba617c3d6acadea6" }