Ghost/ghost/job-manager/package.json

35 lines
792 B
JSON
Raw Normal View History

{
"name": "@tryghost/job-manager",
"private": true,
"version": "0.0.0",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@sinonjs/fake-timers": "9.1.2",
2022-07-19 21:33:27 +03:00
"c8": "7.12.0",
2022-07-22 16:04:15 +03:00
"date-fns": "2.29.1",
2021-04-16 15:28:10 +03:00
"delay": "5.0.0",
2022-05-02 16:59:30 +03:00
"mocha": "10.0.0",
2021-04-16 15:28:10 +03:00
"should": "13.2.3",
2022-05-09 03:14:50 +03:00
"sinon": "14.0.0"
},
"dependencies": {
"@breejs/later": "4.1.0",
"@tryghost/logging": "2.2.3",
"bree": "6.5.0",
"cron-validate": "1.4.3",
"fastq": "1.13.0",
"p-wait-for": "3.2.0"
}
}