{
  "name": "@ce1pers/date-helpers",
  "version": "1.2.0",
  "description": "Simple date time helpers.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "nodemon --exec ts-node -e ts,json ./test/index.ts",
    "build": "rm -rf dist && tsc",
    "deploy": "npm run build && npm publish --access public"
  },
  "keywords": [
    "Hook",
    "Javascript",
    "JS",
    "Typescript",
    "TS",
    "Date",
    "Time"
  ],
  "author": "__coma__ <codeliner96@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^17.0.17",
    "nodemon": "^2.0.20",
    "ts-node": "^10.5.0",
    "typescript": "^4.8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/code1iners/celpers-js.git"
  },
  "bugs": {
    "url": "https://github.com/code1iners/celpers-js/issues"
  },
  "homepage": "https://github.com/code1iners/celpers-js#readme",
  "dependencies": {
    "moment": "^2.29.4"
  }
}
