{
  "name": "opening_hours",
  "type": "commonjs",
  "types": "./types/index.d.ts",
  "description": "Library to parse and process opening_hours tag from OpenStreetMap data",
  "version": "3.12.0",
  "main": "./build/opening_hours.js",
  "module": "./build/opening_hours.esm.mjs",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./build/opening_hours.esm.mjs",
      "require": "./build/opening_hours.js",
      "types": "./types/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/opening-hours/opening_hours.js",
  "author": "Dmitry Marakasov <amdmi3@amdmi3.ru>",
  "maintainers": [
    "Robin Schneider <ypid@riseup.net>"
  ],
  "contributors": [
    {
      "name": "Contributors",
      "url": "https://github.com/opening-hours/opening_hours.js/graphs/contributors"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opening-hours/opening_hours.js.git"
  },
  "bugs": "https://github.com/opening-hours/opening_hours.js/issues?state=open",
  "keywords": [
    "openstreetmap",
    "OSM",
    "opening_hours"
  ],
  "license": "LGPL-3.0-only",
  "files": [
    "Makefile",
    "build/opening_hours.js",
    "build/opening_hours.esm.mjs",
    "build/opening_hours.esm.mjs.map",
    "CHANGELOG.md",
    "LICENSES/",
    "REUSE.toml",
    "site/js/",
    "src/locales/i18n.js",
    "types/index.d.ts"
  ],
  "directories": {
    "doc": "./docs/"
  },
  "scripts": {
    "build": "make build",
    "test-quick": "make check",
    "test": "make check-full",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "benchmark": "make benchmark",
    "interactive_testing": "make run-interactive_testing",
    "regex_search": "make run-regex_search",
    "prepare": "husky",
    "readme": "doctoc README.md --title \"## Table of Contents\"",
    "check-updates": "npm-check-updates --upgrade"
  },
  "dependencies": {
    "i18next": "^25.8.13",
    "suncalc": "^1.9.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.4.2",
    "@commitlint/config-conventional": "^20.4.2",
    "@eslint/js": "^9.32.0",
    "@eslint/markdown": "^7.5.1",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-yaml": "^4.1.2",
    "@stylistic/eslint-plugin": "^5.9.0",
    "commit-and-tag-version": "^12.6.1",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "doctoc": "^2.3.0",
    "eslint": "^9.32.0",
    "full-icu": "^1.5.0",
    "glob": "^13.0.6",
    "globals": "^17.4.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.3.1",
    "npm-check-updates": "^19.6.3",
    "package-json-validator-cli": "^0.1.11",
    "rollup": "^4.59.0",
    "terser": "^5.46.0",
    "timekeeper": "^2.3.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1",
    "yaml": "^2.8.2",
    "yargs": "^18.0.0"
  },
  "engines": {
    "node": ">=12"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{js,mjs,ts}": "eslint --fix"
  }
}
