{
  "name": "tibbarkcaj",
  "version": "1.0.0",
  "description": "Easy RabbitMQ for node",
  "keywords": [
    "amqp",
    "rabbitmq",
    "rabbit",
    "job",
    "jobs",
    "queue",
    "task",
    "resqueue",
    "rpc",
    "drpc",
    "distributed-rpc"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/akamaozu/tibbarkcaj.git"
  },
  "homepage": "https://github.com/akamaozu/tibbarkcaj",
  "bugs": "https://github.com/akamaozu/tibbarkcaj/issues",
  "main": "lib/jackrabbit.js",
  "renovate": {
    "extends": [
      "github>pagerinc/renovate-config"
    ],
    "lockFileMaintenance": {
      "enabled": false
    }
  },
  "engines": {
    "node": ">= v10.18.0"
  },
  "license": "MIT",
  "author": "akamaozu <uzo@designbymobius.ca>",
  "contributors": [
    "Pager Developers <engineering@pager.com>",
    "Hunter Loftis <hunter@hunterloftis.com>"
  ],
  "dependencies": {
    "amqplib": "0.8.x",
    "lodash.assignin": "4.x",
    "uuid": "8.x"
  },
  "devDependencies": {
    "@pager/semantic-release-config": "2.x",
    "chai": "4.x",
    "dotenv": "16.3.1",
    "eslint": "7.x",
    "eslint-config-hapi": "12.x",
    "eslint-plugin-hapi": "4.x",
    "mocha": "10.x",
    "semantic-release": "21.x",
    "sinon": "15.x"
  },
  "mocha": {
    "bail": true,
    "recursive": true
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint lib/** test/**"
  },
  "release": {
    "extends": "@pager/semantic-release-config"
  }
}
