polkadot-js/client

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

Summary

Maintainability
Test Coverage
{
  "name": "@polkadot/client-cli",
  "version": "0.23.0-beta.30",
  "description": "A JavaScript client node for the polkadot network",
  "main": "polkadot.js",
  "bin": {
    "polkadot-js": "./scripts/polkadot.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#readme",
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "@polkadot/client": "^0.23.0-beta.30",
    "@types/yargs": "^13.0.2",
    "wrtc": "^0.4.1",
    "yargs": "^14.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/register": "^7.6.0",
    "babel-plugin-module-resolver": "^3.2.0"
  }
}