{
  "name": "@videsk/humanize-date",
  "version": "1.1.2",
  "description": "Humanize dates making readable in locale and ultra lightweight",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w"
  },
  "browser": "dist/humanize-date.min.js",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "repository": {
    "type": "git",
    "url": "git remote add origin https://github.com/videsk/humanize-date.git"
  },
  "keywords": [
    "dates",
    "time",
    "locale",
    "time-convert",
    "dates-convert",
    "videsk"
  ],
  "author": "videsk",
  "license": "LGPL-2.1",
  "homepage": "https://open.videsk.io",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "rollup": "^2.42.4",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
