-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 729 Bytes
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
{
"name": "wm-redis-message",
"version": "1.3.0",
"description": "",
"main": "index.js",
"directories": {},
"scripts": {
"test": "tsc && mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git@github.com:mapleincode/redis-message.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/debug": "^4.1.5",
"@types/ioredis": "4.0.17",
"@types/lodash": "^4.14.138",
"@types/pino": "^5.8.10",
"debug": "^4.1.0",
"lodash": "^4.17.15",
"pino": "^5.13.2",
"wm-redis-locks": "^0.0.2"
},
"devDependencies": {
"eslint": "^6.3.0",
"ioredis": "^4.14.1",
"mocha": "^6.0.2",
"should": "^13.2.3",
"typescript": "^3.6.3"
}
}