mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-23 22:11:35 +00:00
BREAKING CHANGES: top level types were updated, multiaddr@9.0.0 is used, dialer and keychain internal property names changed and connectionManager minPeers is not supported anymore
34 lines
841 B
JSON
34 lines
841 B
JSON
{
|
|
"name": "webrtc-direct",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "dist/index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "parcel build index.html",
|
|
"start": "parcel index.html"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.13.10",
|
|
"@babel/core": "^7.13.10",
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
"babel-plugin-transform-regenerator": "^6.26.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"parcel-bundler": "1.12.3",
|
|
"util": "^0.12.3"
|
|
},
|
|
"dependencies": {
|
|
"libp2p": "../../",
|
|
"libp2p-bootstrap": "^0.12.1",
|
|
"libp2p-mplex": "^0.10.1",
|
|
"libp2p-noise": "^2.0.1",
|
|
"libp2p-webrtc-direct": "^0.6.0",
|
|
"peer-id": "^0.14.3"
|
|
},
|
|
"browser": {
|
|
"ipfs": "ipfs/dist/index.min.js"
|
|
}
|
|
}
|