{
  "name": "js-ago",
  "version": "3.0.3",
  "description": "Simple time ago for Unix timestamps and JavaScript Date objects.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "lint": "eslint src",
    "push": "pnpm lint && pnpm test && git push"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Arvin7/js-ago.git"
  },
  "keywords": [
    "relative time ago",
    "javascript",
    "time",
    "ago",
    "timeago",
    "timestamp",
    "unix-timestamp",
    "timediff",
    "date"
  ],
  "author": "Arvin Ashtari <arvin@windesign.ir>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Arvin7/js-ago/issues"
  },
  "homepage": "https://github.com/Arvin7/js-ago#readme",
  "devDependencies": {
    "@types/node": "^25.3.2",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^9.39.3",
    "eslint-config-arvin": "^3.0.0",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "packageManager": "pnpm@10.30.3"
}
