-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 866 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 866 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
38
39
40
{
"name": "better-queue-sql",
"version": "1.0.6",
"description": "A SQL store for better-queue",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diamondio/better-queue-sql.git"
},
"keywords": [
"better",
"queue",
"sql",
"store",
"plugin"
],
"author": "Diamond Inc. <ops@diamond.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diamondio/better-queue-sql/issues"
},
"homepage": "https://github.com/diamondio/better-queue-sql#readme",
"peerDependencies": {
"better-queue": "3.x"
},
"devDependencies": {
"better-queue-store-test": "^1.0.2",
"sqlite3": "^5.0.11",
"mocha": "^10.0.0"
},
"dependencies": {
"async": "^2.0.1",
"extend": "^3.0.0",
"knex": "^2.2.0",
"uuid": "^3.0.0"
}
}