{
  "name": "the-date",
  "description": "Date utility for the-framework",
  "version": "3.0.21",
  "author": {
    "name": "okunishinishi",
    "email": "okunishinishi@gmail.com",
    "url": "undefined"
  },
  "browser": {
    ".": "shim"
  },
  "bugs": {
    "url": "https://github.com/the-labo/the-date/issues"
  },
  "dependencies": {
    "abind": "^1.0.4",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.23",
    "the-array": "^1.4.1"
  },
  "devDependencies": {
    "mocha": "^6.0.2",
    "the-script-build": "^5.0.6",
    "the-script-jsdoc": "^2.0.4",
    "the-script-release": "^1.0.10",
    "the-script-share": "^1.0.6",
    "the-script-update": "^2.0.1",
    "the-templates": "^6.0.9"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "homepage": "https://github.com/the-labo/the-date#readme",
  "keywords": [
    "the"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": "the-labo/the-date",
  "scripts": {
    "build": "the-script-build",
    "doc": "the-script-jsdoc",
    "prepare": "the-script-build && the-script-jsdoc",
    "release": "the-script-release -y",
    "share": "the-script-share",
    "test": "mocha",
    "update": "the-script-update",
    "watch": "the-script-build -w"
  }
}
