{ "name": "cron", "description": "Cron jobs for your node", "version": "2.3.0", "author": "Nick Campbell (https://github.com/ncb000gt)", "bugs": { "url": "https://github.com/kelektiv/node-cron/issues" }, "repository": { "type": "git", "url": "https://github.com/kelektiv/node-cron.git" }, "main": "lib/cron", "scripts": { "lint": "eslint {lib,tests}/*.js", "test": "jest --coverage" }, "dependencies": { "luxon": "^3.2.1" }, "devDependencies": { "chai": "~4.2.x", "eslint": "~6.8.x", "eslint-config-prettier": "^6.11.x", "eslint-config-standard": "~14.1.x", "eslint-module-utils": "~2.6.x", "eslint-plugin-import": "~2.20.x", "eslint-plugin-jest": "~23.8.x", "eslint-plugin-node": "~11.1.x", "eslint-plugin-prettier": "~3.1.x", "eslint-plugin-promise": "~4.2.x", "eslint-plugin-standard": "~4.0.x", "jest": "~28.0.x", "prettier": "~2.0.x", "sinon": "^9.0.x" }, "keywords": [ "cron", "node cron", "node-cron", "schedule", "scheduler", "cronjob", "cron job" ], "license": "MIT", "contributors": [ "Romain Beauxis (https://github.com/toots)", "James Padolsey <> (https://github.com/jamespadolsey)", "Finn Herpich (https://github.com/ErrorProne)", "Clifton Cunningham (https://github.com/cliftonc)", "Eric Abouaf (https://github.com/neyric)", "humanchimp (https://github.com/humanchimp)", "Craig Condon (https://github.com/spiceapps)", "Dan Bear (https://github.com/danhbear)", "Vadim Baryshev (https://github.com/baryshev)", "Leandro Ferrari (https://github.com/lfthomaz)", "Gregg Zigler (https://github.com/greggzigler)", "Jordan Abderrachid (https://github.com/jordanabderrachid)", "Masakazu Matsushita (matsukaz)", "Christopher Lunt (https://github.com/kirisu)" ], "jest": { "collectCoverage": true, "collectCoverageFrom": [ "lib/*.js" ], "coverageThreshold": { "global": { "statements": 80, "branches": 80, "functions": 70, "lines": 80 } } } }