{
  "name": "intl-dateformatter",
  "version": "1.4.7",
  "description": "Localized formatting a js Date using Intl.DateTimeFormat (WIP)",
  "jsdelivr": "index.js",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KooiInc/dateformat.git"
  },
  "scripts": {
    "test": "node Tests.js"
  },
  "exports": {
    "import": "./index.js",
    "require": "./index.cjs",
    "browser": "./DTFormat.js"
  },
  "type": "module",
  "keywords": [
    "datetime",
    "js",
    "formatting",
    "Intl.DateTimeFormat"
  ],
  "author": "KooiInc",
  "license": " CC0-1.0",
  "bugs": {
    "url": "https://github.com/KooiInc/dateformat/issues"
  },
  "homepage": "https://github.com/KooiInc/dateformat#readme"
}
