polkadot-js/client

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

Summary

Maintainability
Test Coverage
{
  "name": "@polkadot/client-types",
  "version": "0.23.0-beta.30",
  "description": "Types specific to the client implementation",
  "main": "index.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polkadot-js/client.git"
  },
  "keywords": [],
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "maintainers": [
    "Jaco Greeff <jacogr@gmail.com>"
  ],
  "contributors": [],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/polkadot-js/client/issues"
  },
  "homepage": "https://github.com/polkadot-js/client/tree/master/packages/client-types#readme",
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "@polkadot/types": "^0.92.0-beta.8",
    "@polkadot/util": "^1.4.0-beta.0"
  }
}