@defra-fish/payment-mop-up-job
Version:
Process incomplete web-sales
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "@defra-fish/payment-mop-up-job",
"version": "1.71.0",
"description": "Process incomplete web-sales",
"type": "module",
"engines": {
"node": ">=22"
},
"keywords": [
"rod",
"licensing",
"payment",
"mop-up",
"job"
],
"author": "DEFRA",
"license": "SEE LICENSE IN LICENSE",
"main": "src/payment-mop-up-job.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/DEFRA/rod-licensing.git",
"directory": "packages/payment-mop-up-job"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node src/payment-mop-up-job.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@defra-fish/business-rules-lib": "1.71.0",
"@defra-fish/connectors-lib": "1.71.0",
"bottleneck": "2.19.5",
"debug": "4.3.3",
"moment": "2.29.1"
},
"gitHead": "c98333798083660981c89770737986df4129365b"
}