{
  "name": "showtimeago",
  "version": "4.0.11",
  "description": "ShowTimeAgo is a utility that provides a human-readable format of how long ago a date was with zero configuration.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev" : "nodemon index.js",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jackie1santana/showTimeAgoUtility.git"
  },
  "keywords": [
    "showTimeAgo",
    "time ago",
    "time",
    "date",
    "date format",
    "relative time",
    "time utility",
    "time formatting",
    "date utility"
  ],
  "author": "Jackie Santana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jackie1santana/showTimeAgoUtility/issues"
  },
  "homepage": "https://github.com/jackie1santana/showTimeAgoUtility#readme",
  "devDependencies": {
    "jest": "^28.1.2",
    "nodemon": "^3.1.4"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
