UNPKG

alpha-command-bus

Version:
40 lines (39 loc) 1.12 kB
{ "name": "alpha-command-bus", "version": "2.0.3", "description": "Very simple command bus implementation", "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" }, "repository": { "type": "git", "url": "git+https://github.com/wookieb/alpha-command-bus.git" }, "keywords": [ "command-bus", "cqrs", "command" ], "files": [ "compiled" ], "author": "Łukasz Kużyński <lukasz.kuzynski@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/wookieb/alpha-command-bus/issues" }, "homepage": "https://github.com/wookieb/alpha-command-bus#readme", "dependencies": { "alpha-command-bus-command-factory": "^1.0.1", "alpha-command-bus-core": "^1.0.1", "lodash.matches": "^4.6.0", "predicates": "^2.0.3", "reflect-metadata": "^0.1.10" }, "gitHead": "92d1e109bdefbf57f4cf070f6b3e5c021b6bb62d" }