{
  "name": "yohours",
  "version": "0.0.14",
  "description": "Subset of the YoHours simple online opening hours editor for OpenStreetMap",
  "main": "src/index.js",
	"types": "src/index.d.ts",
	"files": "/",
  "devDependencies": {
    "qunit": "2.19",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4",
    "webpack": "^5.84.1",
    "webpack-cli": "^5.1.1"
  },
  "scripts": {
    "test": "qunit ./cjs/test/js/model/*.js",
    "build": "npx webpack"
  },
  "repository": {
    "type": "git",
    "url": "git@framagit.org:PanierAvide/YoHours.git"
  },
  "keywords": [
    "openstreetmap",
    "opening",
    "hours",
    "parser",
    "builder"
  ],
  "author": "Adrien PAVIE; Grant Zvolsky",
  "license": "SEE LICENSE IN LICENSE.txt"
}
