polkadot-js/client

View on GitHub
packages/client-p2p/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@polkadot/client-p2p",
  "version": "0.23.0-beta.30",
  "description": "Interfaces to P2P layers used in the Polkadot network",
  "main": "index.js",
  "keywords": [
    "Polkadot",
    "JsonRPC"
  ],
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "maintainers": [
    "Jaco Greeff <jacogr@gmail.com>"
  ],
  "contributors": [],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polkadot-js/client.git"
  },
  "bugs": {
    "url": "https://github.com/polkadot-js/client/issues"
  },
  "homepage": "https://github.com/polkadot-js/client/client/tree/master/packages/client-p2p#readme",
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "@polkadot/client-sync": "^0.23.0-beta.30",
    "@polkadot/client-types": "^0.23.0-beta.30",
    "@polkadot/util": "^1.4.0-beta.0",
    "@types/varint": "^5.0.0",
    "eventemitter3": "^4.0.0",
    "libp2p": "^0.25.5",
    "libp2p-bootstrap": "^0.9.7",
    "libp2p-kad-dht": "^0.15.2",
    "libp2p-mdns": "^0.12.2",
    "libp2p-mplex": "^0.8.5",
    "libp2p-secio": "^0.11.1",
    "libp2p-spdy": "^0.13.3",
    "libp2p-tcp": "^0.13.1",
    "libp2p-websockets": "^0.12.2",
    "peer-book": "^0.9.1",
    "peer-id": "^0.12.2",
    "peer-info": "^0.15.1",
    "pull-mplex": "^0.1.2",
    "pull-pushable": "^2.2.0",
    "pull-stream": "^3.6.14",
    "pump": "^3.0.0",
    "varint": "^5.0.0"
  },
  "devDependencies": {
    "@polkadot/client": "^0.23.0-beta.30"
  }
}