@sd1210/time-converter
Version:
A lightweight utility to convert time strings to milliseconds and vice versa.
24 lines (22 loc) • 488 B
JSON
{
"name": "@sd1210/time-converter",
"version": "1.0.0",
"description": "A lightweight utility to convert time strings to milliseconds and vice versa.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Th85534/time-converter.git"
},
"keywords": [
"time",
"conversion",
"milliseconds",
"time-utilities",
"date"
],
"author": "Soumasish Dasgupta",
"license": "MIT"
}