UNPKG

chrono-convert

Version:

Effortlessly manipulate and convert time units with Chrono: a fluent, chainable interface for clear and precise time calculations. Perfect for adding time-based logic to your applications with just a few lines of code.

52 lines (51 loc) 1.28 kB
{ "name": "chrono-convert", "version": "1.0.1", "description": "Effortlessly manipulate and convert time units with Chrono: a fluent, chainable interface for clear and precise time calculations. Perfect for adding time-based logic to your applications with just a few lines of code.", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "time", "datetime", "chrono", "timer", "schedule", "date-manipulation", "timezones", "hours", "minutes", "seconds", "time-conversion", "time-calculations", "time-utility", "time-library", "duration", "period", "time-management", "time-formatting", "clock", "time-arithmetic" ], "scripts": { "build": "npm run clean && tsup", "clean": "rimraf dist", "prepublish": "npm run test && npm run build", "test": "vitest run", "test:watch": "vitest watch" }, "author": "Angelo Zambrano <angelozam17@gmail.com>", "license": "MIT", "devDependencies": { "rimraf": "5.0.5", "tsup": "7.2.0", "typescript": "5.2.2", "vitest": "0.34.6" }, "repository": "https://github.com/angelozdev/chrono-convert", "type": "module", "sideEffects": false }