UNPKG

@nebulae/event-store

Version:
39 lines (38 loc) 987 B
{ "name": "@nebulae/event-store", "version": "4.2.16", "description": "Event Store Lib for NebulaE Microservices", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --recursive --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/NebulaEngineering/event-store.git" }, "keywords": [ "EventSourcing", "EventStore", "MicroServices" ], "author": "sebastian.molano@nebulae.com.co", "license": "MIT", "bugs": { "url": "https://github.com/NebulaEngineering/event-store/issues" }, "homepage": "https://github.com/NebulaEngineering/event-store#readme", "devDependencies": { "array-intersection": "^0.1.2", "chai": "^4.1.2", "mocha": "^5.0.5" }, "dependencies": { "@google-cloud/pubsub": "^2.11.0", "@nebulae/backend-node-tools": "^0.2.9", "async-mqtt": "^2.6.1", "dotenv": "^5.0.1", "mongodb": "^5.5.0", "rxjs": "^6.6.7", "uuid": "^3.2.1" } }