UNPKG

@laxmandarji/schedule-date-calculator

Version:

A powerful JavaScript/TypeScript library for calculating eligible run dates based on complex scheduling rules. Perfect for job schedulers, task automation, and business calendar management.

52 lines 1.31 kB
{ "name": "@laxmandarji/schedule-date-calculator", "version": "4.1.0", "description": "A powerful JavaScript/TypeScript library for calculating eligible run dates based on complex scheduling rules. Perfect for job schedulers, task automation, and business calendar management.", "main": "./index.js", "module": "./index.js", "exports": { ".": { "require": "./index.js", "import": "./index.js", "default": "./index.js" } }, "type": "commonjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./index.js" }, "keywords": [ "schedule", "calendar", "date-calculator", "business-days", "job-scheduler", "task-automation", "working-days", "business-calendar", "date-management", "typescript" ], "author": "Laxman Darji", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/laxmandarji/schedule-date-calculator" }, "bugs": { "url": "https://github.com/laxmandarji/schedule-date-calculator/issues" }, "homepage": "https://github.com/laxmandarji/schedule-date-calculator#readme", "publishConfig": { "access": "public" }, "files": [ "index.js", "README.md", "LICENSE" ], "engines": { "node": ">=12.0.0" } }