{
  "name": "@wcj/date",
  "version": "1.0.3",
  "description": "date time operations",
  "author": "Kenny Wang<wowohoo@qq.com>",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "license": "MIT",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaywcjlove/date.js"
  },
  "keywords": [
    "format",
    "ago",
    "toHHMMSS",
    "TZC",
    "date",
    "date.js"
  ],
  "scripts": {
    "watch": "tsbb watch",
    "build": "tsbb build",
    "type-check": "tsc --noEmit",
    "test": "tsbb test",
    "coverage": "tsbb test --coverage"
  },
  "files": [
    "src",
    "lib"
  ],
  "devDependencies": {
    "tsbb": "^4.0.6"
  }
}
