{
  "name": "@defra-fish/pocl-job",
  "version": "1.71.0",
  "description": "Post Office Counter Licence sales processor",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "rod",
    "licensing",
    "sales",
    "api"
  ],
  "author": "DEFRA",
  "license": "SEE LICENSE IN LICENSE",
  "main": "src/pocl.js",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/DEFRA/rod-licensing.git",
    "directory": "packages/pocl-job"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node src/pocl-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",
    "commander": "7.2.0",
    "debug": "4.3.3",
    "filesize": "6.4.0",
    "md5-file": "5.0.0",
    "moment": "2.29.1",
    "moment-timezone": "0.5.34",
    "sax-stream": "1.3.0"
  },
  "gitHead": "c98333798083660981c89770737986df4129365b"
}
