mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-24 18:12:14 +00:00
Co-authored-by: achingbrain <alex@achingbrain.net>- fixed tests that were passing even though the example isn't working - added timeouts to avoid infinite wait Fixes #1229
27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "libp2p-examples",
|
|
"version": "1.0.0",
|
|
"description": "Examples of how to use libp2p",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node ./test.js",
|
|
"test:all": "node ./test-all.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@libp2p/pubsub-peer-discovery": "^6.0.2",
|
|
"@libp2p/floodsub": "^3.0.3",
|
|
"@nodeutils/defaults-deep": "^1.1.0",
|
|
"execa": "^6.1.0",
|
|
"fs-extra": "^10.1.0",
|
|
"libp2p": "../",
|
|
"p-defer": "^4.0.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"https": "^1.0.0",
|
|
"playwright": "^1.7.1"
|
|
}
|
|
}
|