{
  "name": "@uiw/formatter",
  "version": "2.0.2",
  "description": "Get a formatted date.",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "unpkg": "dist/formatter.js",
  "typings": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    },
    "./README.md": {
      "import": "./README.md",
      "require": "./README.md"
    }
  },
  "files": [
    "src",
    "cjs",
    "esm",
    "dist"
  ],
  "keywords": [
    "date-formatter",
    "formatter",
    "date",
    "uiw"
  ],
  "author": "Kenny Wang <wowohoo@qq.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/uiwjs/date-formatter.git"
  },
  "license": "MIT"
}