@nebulae/backend-node-tools
Version:
Tools collection for NebulaE Microservices Node Backends
41 lines (40 loc) • 1 kB
JSON
{
"name": "@nebulae/backend-node-tools",
"version": "0.5.6",
"description": "Tools collection for NebulaE Microservices Node Backends",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NebulaEngineering/backend-node-tools.git"
},
"keywords": [
"NebulaE",
"MicroServices",
"BackEnd",
"Tools",
"Crosscutting",
"Node",
"rxjs"
],
"author": "sebastian.molano@nebulae.com.co",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NebulaEngineering/backend-node-tools/issues"
},
"homepage": "https://github.com/NebulaEngineering/backend-node-tools#readme",
"dependencies": {
"@google-cloud/pubsub": "^2.11.0",
"async-mqtt": "^2.6.1",
"fengari": "^0.1.4",
"nats": "^2.13.1",
"rxjs": "^6.6.7",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}