{
  "name": "ticks-to-date",
  "version": "1.0.6",
  "description": "The best way to convert C# ticks date time to JavaScript Date.",
  "author": "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)",
  "contributors": [
    "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)"
  ],
  "maintainers": [
    "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vyushin/ticks-to-date"
  },
  "bugs": {
    "url": "https://github.com/vyushin/ticks-to-date/issues"
  },
  "homepage": "https://github.com/vyushin/ticks-to-date",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "license": "MIT",
  "keywords": [
    "C#",
    "ticks",
    "date",
    "convert"
  ],
  "directories": {
    "doc": "./README.md"
  },
  "funding": [
    {
      "type": "buy_me_a_coffee",
      "url": "https://buymeacoffee.com/vyushin"
    },
    {
      "type": "Patreon",
      "url": "https://www.patreon.com/vyushin"
    }
  ]
}