UNPKG

@defra-fish/fulfilment-job

Version:

Rod Licensing Sales Fulfilment Job

49 lines (48 loc) 1.08 kB
{ "name": "@defra-fish/fulfilment-job", "version": "1.59.0", "description": "Rod Licensing Sales Fulfilment Job", "type": "module", "engines": { "node": ">=18.17" }, "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.59.0", "@defra-fish/dynamics-lib": "1.59.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": "7f934492bccda12b994f54e70821c8ef283688ec" }