{
  "name": "@defra-fish/sqs-receiver-service",
  "version": "1.73.0",
  "description": "SQS Receiver service",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "rod",
    "licensing",
    "sqs"
  ],
  "author": "DEFRA",
  "license": "SEE LICENSE IN LICENSE",
  "main": "src/sqs-receiver-service.js",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/DEFRA/rod-licensing.git",
    "directory": "packages/sqs-receiver-service"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "npx pm2 start ecosystem.config.yml --no-daemon --watch --update-env",
    "stop": "npx pm2 delete ecosystem.config.yml",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@defra-fish/connectors-lib": "1.73.0",
    "debug": "4.3.1",
    "joi": "17.3.0",
    "node-fetch": "2.6.1",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "pm2": "4.5.6"
  },
  "gitHead": "128d150e6bd30468bca4e39fb44dd11c5598eb43"
}
