@defra-fish/recurring-payments-job
Version:
Rod Licensing Recurring Payments Job
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "@defra-fish/recurring-payments-job",
"version": "1.60.0",
"description": "Rod Licensing Recurring Payments Job",
"type": "module",
"engines": {
"node": ">=18.17"
},
"keywords": [
"rod",
"licensing",
"recurring",
"payments",
"job"
],
"author": "DEFRA",
"license": "SEE LICENSE IN LICENSE",
"main": "src/recurring-payments-job.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/DEFRA/rod-licensing.git",
"directory": "packages/recurring-payments-job"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node src/recurring-payments-job.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@defra-fish/business-rules-lib": "1.60.0",
"@defra-fish/connectors-lib": "1.60.0",
"commander": "^7.2.0",
"moment-timezone": "^0.5.34"
},
"gitHead": "417b6030d76dace0415cf9b4d1e7cddecb93df99"
}