@defra-fish/fulfilment-job
Version:
Rod Licensing Sales Fulfilment Job
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "@defra-fish/fulfilment-job",
"version": "1.71.0",
"description": "Rod Licensing Sales Fulfilment Job",
"type": "module",
"engines": {
"node": ">=22"
},
"keywords": [
"rod",
"licensing",
"fulfilment",
"job"
],
"author": "DEFRA",
"license": "SEE LICENSE IN LICENSE",
"main": "src/fulfilment-job.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/DEFRA/rod-licensing.git",
"directory": "packages/fulfilment-job"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node src/fulfilment-job.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@defra-fish/connectors-lib": "1.71.0",
"@defra-fish/dynamics-lib": "1.71.0",
"commander": "7.2.0",
"debug": "4.3.3",
"merge2": "1.4.1",
"moment": "2.29.1",
"openpgp": "5.0.0-1",
"pluralize": "8.0.0"
},
"gitHead": "c98333798083660981c89770737986df4129365b"
}