@ibm_wse/txrouter
Version:
Event based transaction handler working with RabbitMQ
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "@ibm_wse/txrouter",
"description": "Event based transaction handler working with RabbitMQ",
"version": "0.1.3",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"txctl": "bin/index.js"
},
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/iopanda/txrouter-nodejs"
},
"keywords": [
"distributed",
"transaction",
"rabbitmq",
"domain",
"event"
],
"author": "iopanda",
"license": "Apache-2.0",
"dependencies": {
"@ibm_wse/txrouter": "^0.1.2",
"amqplib": "^0.6.0",
"axios": "^0.21.0",
"commander": "^6.2.0",
"crypto-js": "^4.0.0",
"del": "^6.0.0",
"generate-password": "^1.5.1",
"has-value": "^2.0.2",
"https": "^1.0.0",
"input": "^1.0.1",
"js-base64": "^3.6.0",
"pjson": "^1.0.9",
"string.prototype.trim": "^1.2.3",
"table": "^6.0.4",
"yaml": "^1.10.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"dotyaml": "^1.0.0"
}
}