saksh-task-manager
Version:
A Node.js module for managing tasks with caching and event handling capabilities.
28 lines (25 loc) • 638 B
JSON
{
"name": "saksh-task-manager",
"version": "1.0.2",
"description": "A Node.js module for managing tasks with caching and event handling capabilities.",
"main": "index.js",
"scripts": {
"start": "node run.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sakshstore/saksh-task-manager.git"
},
"keywords": [
"task", "manager", "nodejs", "cache", "events" ,"saksh"
],
"author": "susheelhbti",
"license": "MIT",
"dependencies": {
},
"devDependencies": {},
"engines": {
"node": ">=14.0.0"
}
}