UNPKG

@robertocemeri/date-utils

Version:

A simple and lightweight JavaScript library for date and time operations with timezone support

33 lines 817 B
{ "name": "@robertocemeri/date-utils", "version": "1.0.0", "description": "A simple and lightweight JavaScript library for date and time operations with timezone support", "main": "src/index.js", "type": "module", "scripts": { "test": "node test.js", "build": "echo 'No build step required'" }, "keywords": [ "date", "time", "timezone", "utility", "datetime", "current-date", "current-time" ], "author": "Roberto Cemeri <robertocemeri29@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/robertocemeri/date-utils" }, "bugs": { "url": "https://github.com/robertocemeri/date-utils/issues" }, "homepage": "https://github.com/robertocemeri/date-utils#readme", "engines": { "node": ">=12.0.0" } }