UNPKG

futoin-xferengine

Version:

Neutral clustered multi-currency transaction engine with limits

64 lines (63 loc) 1.53 kB
{ "name": "futoin-xferengine", "version": "0.9.10", "description": "Neutral clustered multi-currency transaction engine with limits", "main": "main.js", "engines": { "node": ">=6" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/futoin/core-js-ri-xferengine.git" }, "keywords": [ "futoin", "eventstream", "events" ], "author": { "name": "Andrey Galkin", "email": "andrey@futoin.org" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/futoin/core-js-ri-xferengine/issues", "email": "support@futoin.org" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^8.36.0", "futoin-asyncsteps": "^2.5.4", "futoin-database": "^1.9.12", "futoin-eventstream": "^1.3.9", "futoin-executor": "^2.3.7", "futoin-invoker": "^2.4.9", "grunt": "^1.6.1", "grunt-eslint": "^24.0.1", "grunt-jsdoc-to-markdown": "^6.0.0", "grunt-simple-nyc": "^3.0.1", "grunt-text-replace": "^0.4.0", "mocha": "^10.2.0", "moment": "^2.29.4" }, "eslintIgnore": [ "test/**" ], "dependencies": { "@futoin/specs": ">=2019.1104.0", "bignumber.js": "^9.1.1", "futoin-uuid": "^1.1.4", "tiny-json-http": "^7.5.0" }, "optionalDependencies": {}, "peerDependencies": { "futoin-asyncsteps": "^2.0.1", "futoin-database": "^1.8.0", "futoin-eventstream": "^1.2.0", "futoin-executor": "^1.10.0", "futoin-invoker": "^1.10.0" } }