{
  "name": "@defra-fish/pocl-job",
  "version": "1.62.0",
  "description": "Post Office Counter Licence sales processor",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "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.62.0",
    "@defra-fish/connectors-lib": "1.62.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": "1f00bb713b3a160a8dfa3c355df23bb44f14c4f2"
}
