{
  "name": "google-maps-opening-hours",
  "version": "0.1.0",
  "description": "Helper for processing of opening hours from Google Maps",
  "license": "MIT",
  "author": "Teoh Han Hui <teohhanhui@gmail.com>",
  "main": "index.js",
  "type": "module",
  "repository": "https://github.com/teohhanhui/google-maps-opening-hours",
  "scripts": {
    "lint": "eslint . .eslintrc.cjs",
    "lint:fix": "eslint --fix . .eslintrc.cjs",
    "test": "mocha"
  },
  "dependencies": {
    "dayjs": "^1.10.7"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.25.2",
    "mocha": "^9.1.3"
  },
  "packageManager": "yarn@3.1.0"
}