{
  "name": "unit_date",
  "version": "0.3.1",
  "description": "A unit base date library for Node.js, Deno and Browser.",
  "keywords": [
    "date",
    "unit"
  ],
  "files": [
    "LICENSE",
    "index.js",
    "index.d.ts",
    "unit_date.js",
    "unit_date.d.ts",
    "utc/index.js",
    "utc/index.d.ts",
    "utc/unit_date.js",
    "utc/unit_date.d.ts"
  ],
  "module": "unit_date.js",
  "typings": "unit_date.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itte1/unit_date.git"
  },
  "author": "Nakamura",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/itte1/unit_date/issues"
  },
  "homepage": "https://github.com/itte1/unit_date#readme"
}