UNPKG

alpha-command-bus-rpc-server

Version:

RPC server over http for alpha-command-bus

42 lines (41 loc) 1.1 kB
{ "name": "alpha-command-bus-rpc-server", "version": "2.0.6", "description": "RPC server over http for alpha-command-bus", "main": "compiled/index.js", "types": "compiled/index.d.ts", "scripts": { "test": "../../node_modules/.bin/pallad-scripts test", "compile": "../../node_modules/.bin/pallad-scripts compile", "lint": "../../node_modules/.bin/pallad-scripts lint", "prepack": "npm run compile" }, "keywords": [ "command-bus", "rpc", "server", "express" ], "author": "Łukasz Kużyński <lukasz.kuzynski@gmail.com> (http://wookieb.pl)", "license": "MIT", "files": [ "compiled" ], "peerDependencies": { "alpha-command-bus": "1.*", "alpha-serializer": "0.5.*" }, "devDependencies": { "alpha-command-bus": "^2.0.3" }, "dependencies": { "@pallad/common-errors": "^1.1.1", "alpha-serializer": "0.5.*", "body-parser": "^1.19.0", "busboy": "^1", "express-async-handler": "^1.1.4", "predicates": "^2.0.3", "type-is": "^1.6.18" }, "gitHead": "92d1e109bdefbf57f4cf070f6b3e5c021b6bb62d" }