UNPKG

rmq-wrapper

Version:
37 lines (36 loc) 875 B
{ "name": "rmq-wrapper", "version": "0.0.7", "description": "RMQ wrapper", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "docs": "jsdoc -c jsdoc.conf.json && jsdoc2md --files *.js > README.md" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/chrishornmem/rmq-wrapper.git" }, "keywords": [ "RabbitMq", "RMQ", "ONEm" ], "author": "Chris Horn", "license": "MIT", "bugs": { "url": "https://github.com/chrishornmem/rmq-wrapper/issues" }, "homepage": "https://github.com/chrishornmem/rmq-wrapper#readme", "dependencies": { "amqp-connection-manager": "^2.3.2", "amqplib": "^0.5.3", "debug-level": "^0.3.0", "uuidv4": "^6.0.2" }, "devDependencies": { "eslint": "^5.16.0", "jsdoc": "^3.6.2", "jsdoc-to-markdown": "^5.0.0" } }