@freearhey/chronos
Version:
Node.js CLI tool for running scripts on a schedule
41 lines (40 loc) • 871 B
JSON
{
"name": "@freearhey/chronos",
"version": "0.0.1",
"description": "Node.js CLI tool for running scripts on a schedule",
"keywords": [
"cron",
"schedule",
"scheduler",
"task",
"job",
"cli"
],
"main": "index.js",
"type": "module",
"bin": {
"chronos": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freearhey/chronos.git"
},
"author": "Arhey",
"license": "MIT",
"bugs": {
"url": "https://github.com/freearhey/chronos/issues"
},
"homepage": "https://github.com/freearhey/chronos#readme",
"dependencies": {
"commander": "^14.0.0",
"node-cron": "^4.2.1",
"string-argv": "^0.3.2"
}
}