@orchestrated-io/cqrs-domain
Version:
Node-cqrs-domain is a node.js module based on node-eventstore. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
69 lines (68 loc) • 1.7 kB
JSON
{
"author": "orchestrated-admin",
"name": "@orchestrated-io/cqrs-domain",
"version": "2.14.79p1",
"private": false,
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "1.5.2",
"debug": "3.2.6",
"dotty": ">=0.1.0",
"@orchestrated-io/eventstore": "1.15.5",
"jsondate": "0.0.1",
"lodash": ">=4.17.19",
"parent-require": "1.0.0",
"tolerance": "1.0.0",
"tv4": "1.3.0",
"uuid": "3.3.3"
},
"devDependencies": {
"aws-sdk": ">=2.96.0",
"azure-storage": ">=0.10.0",
"cradle": ">=0.6.7",
"eslint": ">=1.0.0",
"expect.js": ">= 0.1.2",
"mocha": "3.x.x",
"mongodb": "2.1.x",
"redis": ">= 0.10.1",
"tingodb": ">= 0.0.1",
"tv4-formats": ">=1.0.0"
},
"description": "Node-cqrs-domain is a node.js module based on node-eventstore. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.",
"keywords": [
"cqrs",
"eventsourcing",
"ddd",
"dddd",
"command",
"event",
"eventdenormalizer",
"domain"
],
"homepage": "https://github.com/orchestrated-io/node-cqrs-domain",
"repository": {
"url": "git@github.com:orchestrated-io/node-cqrs-domain.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/orchestrated-io/node-cqrs-domain/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/orchestrated-io/node-cqrs-domain/master/licence"
}
],
"scripts": {
"test": "mocha test/unit && mocha test/integration"
}
}