mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
28 lines
812 B
JSON
28 lines
812 B
JSON
{
|
|
"name": "@nestri/input",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/buf": "^1.59.0",
|
|
"@bufbuild/protoc-gen-es": "^2.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.10.0",
|
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
"@chainsafe/libp2p-quic": "^1.1.3",
|
|
"@chainsafe/libp2p-yamux": "^8.0.1",
|
|
"@libp2p/identify": "^4.0.5",
|
|
"@libp2p/interface": "^3.0.2",
|
|
"@libp2p/ping": "^3.0.5",
|
|
"@libp2p/websockets": "^10.0.6",
|
|
"@libp2p/webtransport": "^6.0.7",
|
|
"@libp2p/utils": "^7.0.5",
|
|
"@multiformats/multiaddr": "^13.0.1",
|
|
"libp2p": "^3.0.6",
|
|
"uint8arraylist": "^2.4.8"
|
|
}
|
|
} |