@trap_stevo/timetide
Version:
Master the flow of time with the ultimate solution for precision scheduling, real-time synchronization, and temporal control. Designed for developers who demand flexibility and power, this system blends intuitive time parsing, dynamic countdowns, and pers
58 lines (57 loc) • 2.38 kB
JSON
{
"name": "@trap_stevo/timetide",
"version": "0.0.5",
"description": "Master the flow of time with the ultimate solution for precision scheduling, real-time synchronization, and temporal control. Designed for developers who demand flexibility and power, this system blends intuitive time parsing, dynamic countdowns, and persistent task handling into a seamless toolkit. Schedule events with human-readable commands, manage intervals and expiration with clarity, and broadcast real-time updates to dashboards or distributed systems. Whether you build responsive interfaces, backend automation, or temporal workflows, this API equips you to orchestrate time itself—with legendary elegance and unparalleled control.",
"main": "./dist/cjs/TimeTide.js",
"exports": {
".": {
"require": "./dist/cjs/TimeTide.js"
}
},
"scripts": {
"build:cjs": "babel src --out-dir dist/cjs --plugins=@babel/plugin-transform-modules-commonjs && cpx \"src/**/*.{png,jpg,jpeg,gif,svg,html}\" dist/cjs",
"build:esm": "cp -r src dist/esm",
"build": "npm run build:cjs && npm run build:esm",
"start-time-utilities": "node ./demos/timeUtilitiesDemo.js",
"start-time": "node ./demos/timeTideDemo.js",
"start": "node ./dist/cjs/TimeTide.js"
},
"keywords": [
"Legendary",
"Enlightened",
"Steven Compton",
"Magical",
"time",
"scheduler",
"countdown",
"task-runner",
"event-loop",
"intervals",
"timers",
"realtime",
"persistent-timers",
"tick-events",
"duration-parser",
"time-utilities",
"expiration-checker",
"temporal-logic",
"task-scheduler",
"automation",
"time-management",
"human-readable-time",
"nodejs",
"backend-tools"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"dependencies": {
"luxon": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-plugin-file-loader": "^2.0.0"
}
}