-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 986 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
{
"name": "mempool-publisher",
"version": "1.0.0",
"description": "RADAR WT: Mempool Publisher",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryangreen/deploy-mempool-publisher.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bryangreen/deploy-mempool-publisher/issues"
},
"homepage": "https://github.com/bryangreen/deploy-mempool-publisher#readme",
"devDependencies": {
"@types/config": "^0.0.35",
"@types/ioredis": "^4.0.18",
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "^1.4.32",
"@types/ws": "^6.0.3",
"config": "^3.2.4",
"rxjs": "^6.5.3",
"tslint": "^5.20.0",
"typescript": "^3.6.4"
},
"dependencies": {
"config-yml": "^0.10.3",
"ioredis": "^4.14.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"ws": "^7.2.0"
}
}