nodesaga
Version:
Implementation of Saga Pattern in Node
27 lines (26 loc) • 600 B
JSON
{
"name": "nodesaga",
"version": "0.1.2",
"description": "Implementation of Saga Pattern in Node",
"main": "app.js",
"type" : "module",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivivekyadav/nodesaga.git"
},
"keywords": [
"Saga",
"Microservices",
"Node",
"Transactions"
],
"author": "Vivek Yadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivivekyadav/nodesaga/issues"
},
"homepage": "https://github.com/ivivekyadav/nodesaga.git#readme"
}