{
  "name": "timestamp-date",
  "description": "A simple package to convert dates, string dates and timestamps in JavaScript objects to/from JS Date object.",
  "version": "1.6.0",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "mocha --require ts-node/register test/**/*.ts",
    "deploy": "tsc && node copy && cd dist && npm publish --access=public",
    "unpublish": "npm unpublish @verstrade/translator@1.5.6"
  },
  "type": "commonjs",
  "author": {
    "name": "Moses Godson",
    "email": "mosesgodson27@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Moses270/timestamp-date/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Moses270/timestamp-date"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.198",
    "fs-extra": "^9.0.0"
  },
  "homepage": "https://anchorsolutions.nl",
  "keywords": [
    "timestamp",
    "js date",
    "firebase",
    "timestamp to date",
    "javascript date",
    "cloud firestore",
    "callable functions"
  ]
}