{
  "name": "use-moment",
  "version": "1.3.2",
  "description": "It's simpler to use moment js, support reactjs, nextjs, nodejs, typescripts, use esbuild",
  "main": "./index.cjs.js",
  "module": "./index.esm.js",
  "types": "./index.d.ts",
  "files": [
    "**/*.js",
    "**/*.d.ts",
    "**/package.json"
  ],
  "scripts": {
    "build:tsc": "tsc --build",
    "clean:tsc": "tsc --build --clean",
    "build": "node esbuild.cjs",
    "build:commit": "yarn run build && yarn generate-docs && git add --all && git commit -m 'build'",
    "watch": "node esbuild-watch.cjs",
    "generate-docs": "typedoc --plugin typedoc-plugin-markdown --readme ./README.md --out __docs__ index.ts",
    "pre-publish": "npm publish --dry-run",
    "format": "yarn prettier --write ."
  },
  "author": "duongdam",
  "license": "MIT",
  "dependencies": {
    "moment": "^2.29.4",
    "moment-range": "^4.0.2",
    "moment-timezone": "^0.5.43"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.191",
    "@types/moment": "^2.13.0",
    "@types/moment-timezone": "^0.5.30",
    "@types/node": "^18.0.0",
    "esbuild": "^0.17.10",
    "esbuild-plugin-d.ts": "^1.1.0",
    "glob": "^7.2.0",
    "prettier": "^2.8.4",
    "typescript": "^4.7.4"
  },
  "repository": "https://github.com/ClassFunc/use-moment",
  "homepage": "https://github.com/duongdam/use-moment",
  "keywords": [
    "use moment",
    "moment",
    "moment range",
    "simpler moment js"
  ]
}
