-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dht-prometheus",
"version": "0.0.1-alpha.6",
"description": "Bridge to scrape Prometheus metrics fully peer to peer",
"main": "index.js",
"scripts": {
"test": "standard && brittle test/test.js",
"integration": "./prep-integration-test.sh && brittle test/integration.js"
},
"bin": {
"dht-prometheus": "./run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HDegroote/dht-prometheus.git"
},
"keywords": [
"Prometheus",
"dht",
"hyperdht",
"peer-to-peer",
"p2p"
],
"author": "H. Degroote",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/HDegroote/dht-prometheus/issues"
},
"homepage": "https://github.com/HDegroote/dht-prometheus#readme",
"devDependencies": {
"axios": "^1.7.2",
"brittle": "^3.5.2",
"hypercore-crypto": "^3.4.2",
"hyperdht": "^6.15.1",
"newline-decoder": "^1.0.2",
"standard": "^17.1.0",
"test-tmp": "^1.2.1",
"z32": "^1.1.0"
},
"dependencies": {
"b4a": "^1.6.6",
"debounceify": "^1.1.0",
"dht-prom-alias-rpc": "^1.0.0",
"dht-prom-client": "^1.0.1",
"fastify": "^4.28.0",
"graceful-goodbye": "^1.3.0",
"hypercore-id-encoding": "^1.3.0",
"hyperswarm": "^4.7.15",
"pino": "^9.2.0",
"prom-client": "^15.1.3",
"protomux-rpc": "^1.5.2",
"ready-resource": "^1.1.1",
"safety-catch": "^1.0.2"
}
}