UNPKG

@defra-fish/payment-mop-up-job

Version:

Process incomplete web-sales

47 lines (46 loc) 1.03 kB
{ "name": "@defra-fish/payment-mop-up-job", "version": "1.59.0", "description": "Process incomplete web-sales", "type": "module", "engines": { "node": ">=18.17" }, "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.59.0", "@defra-fish/connectors-lib": "1.59.0", "bottleneck": "^2.19.5", "debug": "^4.3.3", "moment": "^2.29.1" }, "gitHead": "7f934492bccda12b994f54e70821c8ef283688ec" }