UNPKG

xcraft-core-transport

Version:
65 lines (64 loc) 1.59 kB
{ "name": "xcraft-core-transport", "version": "4.13.1", "description": "Xcraft bus transport backends", "main": "./lib/index.js", "engines": { "node": ">=14" }, "scripts": { "test": "mocha test/**/*.spec.js" }, "keywords": [ "xcraft", "bus", "transport" ], "repository": { "type": "git", "url": "git+https://github.com/Xcraft-Inc/xcraft-core-transport.git" }, "config": { "xcraft": { "commands": true } }, "dependencies": { "chokidar": "^4.0.3", "fs-extra": "^11.3.0", "gigawatts": "^4.0.1", "immutable": "4.0.0-rc.14", "lodash": "^4.17.20", "private-ip": "^2.3.3", "tar-stream": "^2.1.0", "uuid": "^8.3.2", "xcraft-axon": "^2.5.1", "xcraft-core-bus": "^5.0.0", "xcraft-core-busclient": "^5.0.0", "xcraft-core-etc": "^3.0.0", "xcraft-core-fs": "^2.1.0", "xcraft-core-host": "^3.0.0", "xcraft-core-log": "^2.2.0", "xcraft-core-probe": "^2.0.0", "xcraft-core-shredder": "^5.0.0", "xcraft-core-utils": "^4.0.0", "xcraft-isomorphic-serialize": "^0.0.7" }, "author": "Mathieu Schroeter", "license": "MIT", "bugs": { "url": "https://github.com/Xcraft-Inc/xcraft-core-transport/issues" }, "homepage": "https://github.com/Xcraft-Inc/xcraft-core-transport#readme", "optionalDependencies": { "xcraft-core-horde": "^3.0.0" }, "devDependencies": { "chai": "^5.2.0", "mocha": "^11.2.2", "prettier": "2.0.4", "xcraft-dev-prettier": "^2.0.0", "xcraft-dev-rules": "^4.4.2" }, "prettier": "xcraft-dev-prettier" }