UNPKG

1-line-opening-hours

Version:

Simple parser for OpenStreetMap `opening_hours`

40 lines (39 loc) 935 B
{ "name": "1-line-opening-hours", "version": "0.3.2", "description": "Simple parser for OpenStreetMap `opening_hours`", "main": "lib/openingHours.js", "files": [ "lib/**/*" ], "scripts": { "test": "jest", "build": "tsc -p .", "prepublish": "rm -rf ./lib && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/snowpact/1-line-opening-hours.git" }, "keywords": [ "opening_hours", "osm", "openstreetmap", "timetable" ], "author": "SnowPact", "license": "MIT", "bugs": { "url": "https://github.com/snowpact/1-line-opening-hours/issues" }, "homepage": "https://github.com/snowpact/1-line-opening-hours#readme", "devDependencies": { "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "jest": "^26.6.3", "mockdate": "^3.0.5", "prettier": "^2.2.1", "ts-jest": "^26.5.4", "typescript": "^3.3.4000" } }