-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 802 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 802 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
35
36
37
{
"name": "@surveylegend/bull-queue-utilities",
"description": "Scripts and utilities to perform maintenance on bull queues.",
"version": "0.1.4",
"author": "SurveyLegend AB",
"contributors": [
"Robert Michalski"
],
"dependencies": {
"dotenv": "^9.0.2",
"bull": "^3.22.6",
"p-map": "^4.0.0",
"slack-notify": "^0.1.7"
},
"devDependencies": {
"eslint": "^7.26.0"
},
"engines": {
"node": ">=10"
},
"keywords": [
"bull",
"redis",
"queue",
"utility",
"maintenance"
],
"repository": {
"type": "git",
"url": "git+https://github.com/surveylegend/bull-queue-utilities.git"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/surveylegend/bull-queue-utilities/issues"
},
"homepage": "https://github.com/surveylegend/bull-queue-utilities#readme"
}