-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "mqemitter-redis",
"version": "6.1.0",
"description": "Redis-based MQEmitter",
"main": "mqemitter-redis.js",
"types": "types/index.d.ts",
"dependencies": {
"hyperid": "^3.2.0",
"inherits": "^2.0.4",
"ioredis": "^5.4.1",
"lru-cache": "^10.2.2",
"mqemitter": "^6.0.2",
"msgpack-lite": "^0.1.26"
},
"devDependencies": {
"faucet": "^0.0.4",
"pre-commit": "^1.2.2",
"safe-buffer": "^5.2.1",
"standard": "^17.1.0",
"tape": "^5.0.1",
"tsd": "^0.31.0"
},
"scripts": {
"test:types": "tsd",
"test": "standard && tape test/*.js | faucet && tsd"
},
"pre-commit": "test",
"repository": {
"type": "git",
"url": "https://github.com/mcollina/mqemitter-redis.git"
},
"keywords": [
"redis",
"mqemitter",
"emitter",
"pubsub",
"publish",
"subscribe"
],
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/mqemitter-redis/issues"
},
"homepage": "https://github.com/mcollina/mqemitter-redis"
}