forked from hemerajs/fastify-hemera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 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
50
51
52
53
54
55
56
57
58
{
"name": "fastify-hemera",
"version": "9.0.0",
"description": "Fastify plugin to integrate Hemera",
"main": "index.js",
"scripts": {
"format": "prettier ./*.js --write",
"test": "tap ./*.test.js",
"lint": "eslint .",
"patch": "np patch --yolo",
"minor": "np minor --yolo",
"major": "np major --yolo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemerajs/fastify-hemera.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"web",
"framework",
"hemera",
"fastify",
"microservice",
"proxy"
],
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hemerajs/fastify-hemera/issues"
},
"homepage": "https://github.com/hemerajs/fastify-hemera#readme",
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-hemera": "^1.0.0",
"eslint-config-prettier": "^4.1.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",
"fastify": "^3.2.0",
"hemera-plugin": "^2.0.2",
"hemera-testsuite": "^4.1.0",
"np": "^4.0.2",
"pre-commit": "^1.2.2",
"prettier": "^1.16.4"
},
"dependencies": {
"fastify-plugin": "^2.2.0",
"nats": "1.4.12",
"nats-hemera": "^7.0.2",
"tap": "^14.10.8"
}
}