-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "hemera-nats-streaming",
"version": "6.2.0",
"description": "This is a plugin to use NATS-Streaming with Hemera",
"main": "index.js",
"repository": {
"url": "[email protected]: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"
}
}