mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-30 22:31:03 +00:00
26 lines
697 B
JSON
26 lines
697 B
JSON
{
|
|
"name": "ts-use",
|
|
"private": true,
|
|
"dependencies": {
|
|
"datastore-level": "^6.0.0",
|
|
"ipfs-http-client": "^50.1.2",
|
|
"libp2p": "file:../..",
|
|
"libp2p-bootstrap": "^0.13.0",
|
|
"libp2p-delegated-content-routing": "^0.11.0",
|
|
"libp2p-delegated-peer-routing": "^0.10.0",
|
|
"libp2p-gossipsub": "^0.9.0",
|
|
"libp2p-interfaces": "^1.0.1",
|
|
"libp2p-kad-dht": "^0.23.1",
|
|
"libp2p-mplex": "^0.10.4",
|
|
"@chainsafe/libp2p-noise": "^4.1.0",
|
|
"libp2p-record": "^0.10.4",
|
|
"libp2p-tcp": "^0.17.1",
|
|
"libp2p-websockets": "^0.16.1",
|
|
"peer-id": "^0.15.0"
|
|
},
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"test": "npm install && npx -p typescript tsc --noEmit"
|
|
}
|
|
}
|