2020-08-11 23:13:31 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/job-manager",
|
2021-01-06 06:07:24 +03:00
|
|
|
"version": "0.7.0",
|
2020-08-11 23:13:31 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/job-manager",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
|
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-02 11:26:15 +03:00
|
|
|
"@sinonjs/fake-timers": "6.0.1",
|
|
|
|
"date-fns": "2.16.1",
|
2020-11-10 06:35:04 +03:00
|
|
|
"delay": "4.4.0",
|
2020-11-03 02:07:13 +03:00
|
|
|
"mocha": "8.2.1",
|
2020-08-11 23:13:31 +03:00
|
|
|
"should": "13.2.3",
|
2021-01-06 18:05:05 +03:00
|
|
|
"sinon": "9.2.3"
|
2020-08-11 23:13:31 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-05 07:36:29 +03:00
|
|
|
"@breejs/later": "4.0.2",
|
2020-12-07 06:50:41 +03:00
|
|
|
"bree": "4.1.0",
|
2020-12-25 20:25:51 +03:00
|
|
|
"cron-validate": "1.4.2",
|
2020-12-21 04:07:04 +03:00
|
|
|
"fastq": "1.10.0",
|
2021-01-01 20:06:03 +03:00
|
|
|
"p-wait-for": "3.2.0"
|
2020-08-11 23:13:31 +03:00
|
|
|
}
|
|
|
|
}
|