mock-amqplib
Version:
stub rabbit mq in integration tests
31 lines (30 loc) • 619 B
JSON
{
"name": "mock-amqplib",
"version": "1.8.2",
"description": "stub rabbit mq in integration tests",
"main": "src/main.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkls/mock-amqplib.git"
},
"keywords": [
"rabbit",
"rabbitmq",
"amqplib",
"mock",
"fake"
],
"author": "mkls",
"license": "ISC",
"bugs": {
"url": "https://github.com/mkls/mock-amqplib/issues"
},
"homepage": "https://github.com/mkls/mock-amqplib#readme",
"devDependencies": {
"jest": "^27.2.1"
}
}