{
  "name": "@marcreichel/alpine-timeago",
  "version": "2.0.2",
  "description": "Display the time difference between now and a given date in a human readable format",
  "license": "MIT",
  "author": {
    "name": "Marc Reichel",
    "url": "https://marcreichel.dev/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcreichel/alpine-timeago.git"
  },
  "main": "src/index.js",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w"
  },
  "bugs": {
    "url": "https://github.com/marcreichel/alpine-timeago/issues"
  },
  "homepage": "https://github.com/marcreichel/alpine-timeago#readme",
  "dependencies": {
    "date-fns": "^4.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@babel/preset-env": "^7.16.11",
    "rollup": "^2.67.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
