{ "name": "@libp2p/example-chat", "version": "0.0.0", "description": "An example chat app using libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-example-chat#readme", "repository": { "type": "git", "url": "git+https://github.com/libp2p/js-libp2p-examples.git" }, "bugs": { "url": "https://github.com/libp2p/js-libp2p-examples/issues" }, "type": "module", "scripts": { "test": "test-node-example test/*" }, "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/identify": "^3.0.33", "@libp2p/mdns": "^11.0.1", "@libp2p/ping": "^2.0.33", "@libp2p/tcp": "^10.0.0", "@libp2p/websockets": "^9.0.0", "@multiformats/multiaddr": "^12.3.1", "@nodeutils/defaults-deep": "^1.1.0", "it-length-prefixed": "^10.0.1", "it-map": "^3.0.3", "it-pipe": "^3.0.1", "libp2p": "^2.0.0", "p-defer": "^4.0.0", "uint8arrays": "^5.1.0" }, "devDependencies": { "test-ipfs-example": "^1.1.0" }, "private": true }