UNPKG

yoonite-saga

Version:

> Orchestration de workflows transactionnels avec gestion de compensation (pattern Saga)

32 lines (31 loc) 642 B
{ "name": "yoonite-saga", "version": "1.2.25", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "main": "node ./dist/index.js", "build": "tsc", "gonpm": "tsc && npm version patch && npm publish", "test": "jest" }, "keywords": [ "saga", "workflow", "compensation", "steps" ], "author": "Julien Pouillard", "license": "ISC", "dependencies": { "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "typescript": "^5.0.4" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.0.0", "ts-jest": "^29.0.0" } }