-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.69 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
56
57
58
59
60
61
62
63
64
65
{
"name": "libp2p-daemon-client",
"version": "0.11.0",
"description": "libp2p-daemon client implementation",
"leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>",
"files": [
"dist",
"src"
],
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
"build": "aegir build",
"test": "aegir test -t node",
"test:node": "aegir test -t node",
"release": "aegir release -t node",
"release-minor": "aegir release --type minor -t node",
"release-major": "aegir release --type major -t node"
},
"engines": {
"node": ">=15.0.0"
},
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-daemon-client/issues"
},
"homepage": "https://github.com/libp2p/js-libp2p-daemon-client",
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/js-libp2p-daemon-client.git"
},
"keywords": [
"libp2p"
],
"license": "MIT",
"devDependencies": {
"aegir": "^36.0.0",
"it-buffer": "^0.1.3",
"it-pipe": "^1.1.0",
"it-pushable": "^1.4.0",
"mocha": "^9.1.1",
"net": "^1.0.2",
"os": "^0.1.2",
"path": "^0.12.7",
"sinon": "^12.0.1",
"streaming-iterables": "^6.0.0",
"uint8arrays": "^3.0.0"
},
"dependencies": {
"err-code": "^3.0.1",
"it-handshake": "^2.0.0",
"it-length-prefixed": "^5.0.2",
"libp2p-daemon": "^0.10.0",
"libp2p-tcp": "^0.17.1",
"multiaddr": "^10.0.0",
"multiformats": "^9.4.2",
"peer-id": "^0.16.0"
},
"contributors": [
"Vasco Santos <vasco.santos@moxy.studio>",
"achingbrain <alex@achingbrain.net>",
"Jacob Heun <jacobheun@gmail.com>",
"Arve Knudsen <arve.knudsen@gmail.com>",
"Mantas Vidutis <mantas.a.vidutis@gmail.com>"
]
}