quartzcron
Version:
version: `0.1.0` [CHANGELOG](https://github.com/fedeghe/quartzcron/blob/master/CHANGELOG.md)
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "quartzcron",
"version": "0.1.0",
"main": "dist/min/index.js",
"repository": {
"type": "git",
"url": "https://fedeghe@github.com/fedeghe/quartzcron.git"
},
"keywords": [
"cron string builder",
"quartz cron string builder",
"quartz cron",
"quartz crontab",
"quartz",
"cron",
"quartzcron"
],
"author": "Federico Ghedina <fedeghe@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "malta source/buildev.json",
"build": "malta source/build.json",
"test": "jest --verbose --rootDir=tests",
"watch": "jest --watch --rootDir=tests",
"cover": "jest --collectCoverage --rootDir=tests",
"coveralls": "jest --collectCoverage --rootDir=$PWD/tests && cat ./tests/coverage/lcov.info | coveralls",
"lint": "eslint source"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"coveralls": "^3.1.1",
"eslint": "^9.27.0",
"malta": "^4.1.41",
"malta-header-comment": "^1.0.12",
"malta-jest": "^0.0.1",
"malta-millijs": "^1.0.5"
},
"dependencies": {}
}