@gabliam/amqp
Version:
amqp plugin for gabliam
60 lines (59 loc) • 1.42 kB
JSON
{
"name": "@gabliam/amqp",
"version": "9.0.0",
"description": "amqp plugin for gabliam",
"main": "index.js",
"typings": "index.d.ts",
"module": "index.js",
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json"
},
"files": [
"lib",
"src",
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gabliam/gabliam.git"
},
"keywords": [
"amqp",
"gabliam"
],
"author": "David Touzet <dtouzet@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabliam/gabliam/issues"
},
"homepage": "https://github.com/gabliam/gabliam/tree/master/packages/broker/amqp#readme",
"peerDependencies": {
"@gabliam/core": "9.0.0",
"@gabliam/log4js": "9.0.0"
},
"devDependencies": {
"@gabliam/core": "9.0.0",
"@gabliam/log4js": "9.0.0",
"@types/amqp-connection-manager": "^3.4.1",
"@types/amqplib": "^0.10.0",
"@types/bluebird": "^3.5.37",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@types/uuid": "^8.3.4"
},
"dependencies": {
"amqp-connection-manager": "^4.1.9",
"amqplib": "^0.10.3",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"lodash": "^4.17.21",
"tslib": "^2.4.1",
"uuid": "^9.0.0"
},
"engines": {
"node": ">=8.9.0"
},
"gitHead": "ec328fa0b62f474d470f74a2fc9637838f54091e"
}