tinycron
Version:
The low-weight library to handle dates in a human-readable way
40 lines (39 loc) • 806 B
JSON
{
"name": "tinycron",
"version": "0.6.0",
"description": "The low-weight library to handle dates in a human-readable way",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
},
"keywords": [
"tiny",
"cron",
"time",
"semantic",
"lightweight",
"low",
"light",
"weight",
"text",
"language",
"parser",
"optimized"
],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^27.0.6",
"nodemon": "^2.0.12"
},
"repository": {
"type": "git",
"link": "git+https://github.com/ChristianDC13/Tinycron.git"
},
"homepage": "https://github.com/ChristianDC13/Tinycron#README.md",
"bugs": {
"url": "https://github.com/ChristianDC13/Tinycron/issues"
}
}