UNPKG

crondo

Version:

Command line tool to schedule and run tasks with output written to the console, a file or emailed.

32 lines (31 loc) 783 B
{ "name": "crondo", "version": "0.1.4", "description": "Command line tool to schedule and run tasks with output written to the console, a file or emailed.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/spase-group/crondo-node.git" }, "bin": { "crondo": "src/crondo.js" }, "keywords": [ "Cron", "Schedule" ], "author": "Todd King <tking@igpp.ucla.edu>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/spase-group/crondo-node/issues" }, "homepage": "https://github.com/spase-group/crondo-node#readme", "dependencies": { "cron": "^1.8.2", "nodemailer": "^6.7.3", "yargs": "^17.4.0" } }