2020-11-20 15:18:15 +01:00
|
|
|
{
|
|
|
|
"name": "libp2p-examples",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Examples of how to use libp2p",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node ./test.js",
|
|
|
|
"test:all": "node ./test-all.js"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"execa": "^2.1.0",
|
|
|
|
"fs-extra": "^8.1.0",
|
2021-08-16 21:29:06 +02:00
|
|
|
"libp2p": "../src",
|
2021-05-28 13:46:08 +02:00
|
|
|
"libp2p-pubsub-peer-discovery": "^4.0.0",
|
2021-08-16 21:29:06 +02:00
|
|
|
"libp2p-relay-server": "^0.3.0",
|
|
|
|
"libp2p-gossipsub": "^0.11.0",
|
2020-11-20 15:18:15 +01:00
|
|
|
"p-defer": "^3.0.0",
|
2021-08-16 21:29:06 +02:00
|
|
|
"uint8arrays": "^3.0.0",
|
2020-11-20 15:18:15 +01:00
|
|
|
"which": "^2.0.1"
|
2021-01-19 09:57:56 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-11 17:45:47 +10:00
|
|
|
"https": "^1.0.0",
|
2021-01-19 09:57:56 +01:00
|
|
|
"playwright": "^1.7.1"
|
2020-11-20 15:18:15 +01:00
|
|
|
}
|
|
|
|
}
|