hemera-nats-streaming
Version:
This is a plugin to use NATS-Streaming with Hemera
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "hemera-nats-streaming",
"version": "6.2.0",
"description": "This is a plugin to use NATS-Streaming with Hemera",
"main": "index.js",
"repository": {
"url": "git@github.com:hemerajs/hemera-nats-streaming.git",
"type": "git"
},
"keywords": [
"nats-streaming",
"hemera"
],
"scripts": {
"lint": "eslint './**/*.js'",
"test": "nyc mocha -t 5000 --exit './test/**/*.js'",
"coverage": "npm run test && nyc report --reporter=html",
"format": "prettier --write './**/*.js'",
"patch": "np patch --yolo",
"minor": "np minor --yolo",
"major": "np major --yolo"
},
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^2.0.0",
"node-nats-streaming": "^0.0.52"
},
"devDependencies": {
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-hemera": "^1.0.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"code": "^3.0.2",
"eslint": "^5.14.1",
"hemera-testsuite": "^4.1.0",
"mocha": "^5.2.0",
"nats": "^1.2.2",
"nats-hemera": "^7.0.0",
"np": "^4.0.2",
"nuid": "^1.0.0",
"nyc": "^13.3.0",
"prettier": "^1.16.4"
}
}