{
  "name": "js-date-fairy",
  "version": "1.2.2",
  "description": "A JS date library",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "date",
    "time",
    "format",
    "calendar",
    "datetime",
    "formatter",
    "month",
    "day",
    "year",
    "ordinal",
    "date-library",
    "date-manipulation",
    "timestamp",
    "date-format",
    "time-format",
    "relative-date",
    "human-readable-date",
    "javascript-date",
    "date-enhancements",
    "date-utilities",
    "time-utilities"
  ],
  "author": "Vithusha Ravirajan <vithusha.ravirajan@gmail.com> (http://www.github.com/EpiXCoder)",
  "license": "ISC",
  "devDependencies": {
    "jest": "^29.6.4"
  },
  "dependencies": {
    "js-date-fairy": "^1.0.1"
  }
}
