generated from libp2p/js-libp2p-example-fork-go-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "@libp2p/example-auto-tls",
"version": "0.0.0",
"description": "How to get a TLS certificate automatically",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-examples/tree/master/examples/js-libp2p-example-pnet#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/js-libp2p-examples.git"
},
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-examples/issues"
},
"scripts": {
"test": "echo 'Cannot test in CI'"
},
"type": "module",
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/auto-tls": "^1.0.0",
"@libp2p/autonat": "^2.0.13",
"@libp2p/bootstrap": "^11.0.14",
"@libp2p/config": "^1.0.0",
"@libp2p/identify": "^3.0.13",
"@libp2p/kad-dht": "^14.1.4",
"@libp2p/keychain": "^5.0.11",
"@libp2p/upnp-nat": "^3.0.1",
"@libp2p/websockets": "^9.1.0",
"@multiformats/multiaddr-matcher": "^1.6.0",
"datastore-level": "^11.0.1",
"libp2p": "^2.0.0"
},
"private": true
}