UNPKG

indian-date-utils-suratwala

Version:

Date utilities for Indian calendar such as formatted IST, holiday checking, and more.

27 lines (26 loc) 556 B
{ "name": "indian-date-utils-suratwala", "version": "1.0.2", "description": "Date utilities for Indian calendar such as formatted IST, holiday checking, and more.", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "test": "echo \"No test specified\" && exit 0" }, "keywords": [ "india", "date", "holidays", "IST", "calendar", "2025", "indian-holidays", "date-utils" ], "author": "Vraj Suratwala", "license": "MIT", "dependencies": { "date-fns": "^4.1.0" } }