UNPKG

cronjo

Version:

[![en-EN](https://img.shields.io/badge/*EN-English-blue?style=plastic)](README.md) [![tr-TR](https://img.shields.io/badge/TR-Turkish-red?link=README.tr-TR.md)](README.tr-TR.md)

32 lines (31 loc) 585 B
{ "name": "cronjo", "version": "1.1.6", "description": "", "main": "main.js", "scripts": { "test": "mocha test/*.test.js" }, "keywords": [ "cron", "crontab", "cronjob" ], "author": { "name": "Levent Sencer Şahin", "email": "l.sencer.sahin@gmail.com", "url": "https://buglss.github.io" }, "license": "Apache-2.0", "devDependencies": { "mocha": "^9.2.0" }, "repository": { "type": "git", "url": "https://github.com/buglss/cronjo.git" }, "dependencies": { "cronti": "^3.1.6", "long-timeout": "^0.1.1" } }