js-libp2p/examples/package.json

22 lines
470 B
JSON
Raw Permalink Normal View History

{
"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",
"libp2p-pubsub-peer-discovery": "^3.0.0",
"libp2p-relay-server": "^0.1.2",
"p-defer": "^3.0.0",
"which": "^2.0.1"
2021-01-19 09:57:56 +01:00
},
"devDependencies": {
"playwright": "^1.7.1"
}
}