{
  "name": "cronie",
  "version": "0.0.7",
  "description": "Simple tool for running cronjobs without crond.",
  "main": "index.js",
  "repository": "git@github.com:nemanjan00/cronie.git",
  "author": "nemanjan00 <nemanjan00@gmail.com>",
  "license": "UNLICENSED",
  "private": false,
  "bin": {
    "cronie": "./bin/cronie.js"
  },
  "dependencies": {
    "node-cron": "^2.0.3",
    "yargs": "^15.3.1"
  }
}
