-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 958 Bytes
/
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
{
"name": "superman",
"version": "23.11.1",
"publish": false,
"description": "Supervisor for isolated gearman workers",
"main": "index.mjs",
"bin": {
"superman": "index.mjs"
},
"scripts": {
"watch": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/passcod/superman.git"
},
"keywords": [
"gearman",
"workers"
],
"author": "Félix Saparelli <[email protected]> (https://passcod.name)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/passcod/superman/issues"
},
"homepage": "https://github.com/passcod/superman#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"abraxas": "github:passcod/abraxas",
"bytes": "^3.1.0",
"fast-glob": "^3.2.4",
"influx": "^5.6.3",
"knex": "^0.21.12",
"ms": "^2.1.2",
"mysql2": "^2.2.5",
"pino": "^6.7.0",
"pino-pretty": "^4.3.0",
"rollbar": "^2.19.4",
"userid": "^1.0.0-beta.6"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}