{
    "name": "kenya-holidays",
    "version": "1.0.1",
    "description": "A simple package to retrieve all Kenyan public holidays for a given year",
    "main": "index.js",
    "scripts": {
      "test": "jest"
    },
    "keywords": [
      "kenya",
      "holidays",
      "calendar",
      "dates",
      "public-holidays"
    ],
    "author": "Isaac Wambiri",
    "contributors": [
      {
        "name": "Isaac Wambiri",
        "url": "https://github.com/introvertisaac"
      },
      {
        "name": "Bruno Kiptoo",
        "url": "https://github.com/BrunoKiptoo"
      },
      {
        "name": "Elizabeth Odhiambo",
        "url": "https://github.com/akinyiliz"
      }
    ],
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/introvertisaac/kenya-holidays.git"
    },
    "bugs": {
      "url": "https://github.com/introvertisaac/kenya-holidays/issues"
    },
    "homepage": "https://github.com/introvertisaac/kenya-holidays#readme",
    "devDependencies": {
      "jest": "^29.5.0"
    }
  }