polkadot-js/client

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

Summary

Maintainability
Test Coverage
{
  "name": "@polkadot/client-rpc",
  "version": "0.23.0-beta.30",
  "description": "RPC server for a Polkadot client",
  "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/tree/master/packages/client-rpc#readme",
  "devDependencies": {
    "@polkadot/client": "^0.23.0-beta.30",
    "@polkadot/rpc-provider": "^0.92.0-beta.8"
  },
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "@polkadot/util": "^1.4.0-beta.0",
    "@types/co-body": "^0.0.3",
    "@types/koa": "^2.0.49",
    "@types/koa-compose": "^3.2.3",
    "@types/koa-route": "^3.2.4",
    "@types/koa-websocket": "^5.0.4",
    "co-body": "^6.0.0",
    "eventemitter3": "^4.0.0",
    "koa": "^2.8.1",
    "koa-route": "^3.2.0",
    "koa-websocket": "^6.0.0"
  }
}