-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 883 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
{
"name": "hook-worker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arajguha/hook-worker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arajguha/hook-worker/issues"
},
"homepage": "https://github.com/arajguha/hook-worker#readme",
"dependencies": {
"@socket.io/cluster-adapter": "^0.2.0",
"@socket.io/sticky": "^1.0.1",
"amqplib": "^0.10.3",
"cluster": "^0.7.7",
"dotenv-safe": "^8.2.0",
"get-value": "^3.0.1",
"log4js": "^6.6.1",
"set-value": "^4.1.0",
"socket.io": "^4.5.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}