{
  "name": "date-and-time",
  "version": "2.1.1",
  "description": "A Minimalist DateTime utility for Node.js and the browser",
  "main": "date-and-time.js",
  "module": "esm/date-and-time.es.js",
  "unpkg": "date-and-time.min.js",
  "exports": {
    ".": {
      "browser": "./esm/date-and-time.es.js",
      "import": "./esm/date-and-time.mjs",
      "require": "./date-and-time.js"
    },
    "./locale/*": {
      "browser": "./esm/locale/*.es.js",
      "import": "./esm/locale/*.mjs",
      "require": "./locale/*.js"
    },
    "./plugin/*": {
      "browser": "./esm/plugin/*.es.js",
      "import": "./esm/plugin/*.mjs",
      "require": "./plugin/*.js"
    }
  },
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "test": "./test.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/knowledgecode/date-and-time.git"
  },
  "keywords": [
    "date",
    "time",
    "format",
    "parse",
    "utility"
  ],
  "author": "KNOWLEDGECODE",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/knowledgecode/date-and-time/issues"
  },
  "homepage": "https://github.com/knowledgecode/date-and-time",
  "devDependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
    "expect.js": "^0.3.1",
    "mocha": "^9.2.0",
    "mocha-headless-chrome": "^4.0.0",
    "rollup": "^2.67.2"
  }
}
