snpk-cycle
Version:
> High Precision Adaptive Timer for Node.js
26 lines (25 loc) • 665 B
JSON
{
"name": "snpk-cycle",
"version": "0.1.0",
"homepage": "https://github.com/SNIPPIK/Node-cycle",
"main": "dist/src/index",
"types": "src/index.ts",
"author": {
"name": "SNIPPIK",
"url": "https://github.com/SNIPPIK"
},
"license": "BSD-3-Clause",
"preferGlobal": true,
"engineStrict": true,
"engines": {
"node": ">=23.0.0"
},
"devDependencies": {
"@types/node": "^24.0.10",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc"
},
"keywords": ["event-loop", "cycle", "scheduler", "task-loop", "real-time", "drift-correction", "audio", "scheduling"]
}