@voicenter-team/failover-amqp-pool
Version:
29 lines (28 loc) • 678 B
JSON
{
"name": "@voicenter-team/failover-amqp-pool",
"version": "2.2.22",
"description": "amqp pool client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/VoicenterTeam/failover-amqp-pool.git"
},
"keywords": [
"amqp",
"pool",
"client"
],
"author": "Maksym Kyrylov",
"license": "MIT",
"homepage": "https://github.com/VoicenterTeam/failover-amqp-pool",
"dependencies": {
"@pm2/io": "^5.0.2",
"amqplib": "0.10.3",
"nanoid": "^2.1.11",
"object-hash": "^3.0.0",
"uuid": "^11.0.5"
}
}