polkadot-js/tools

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

Summary

Maintainability
Test Coverage
{
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "bugs": "https://github.com/polkadot-js/tools/issues",
  "description": "A commandline API interface for interacting with a chain",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://github.com/polkadot-js/tools/tree/master/packages/api-cli#readme",
  "license": "Apache-2.0",
  "name": "@polkadot/api-cli",
  "repository": {
    "directory": "packages/api-cli",
    "type": "git",
    "url": "https://github.com/polkadot-js/tools.git"
  },
  "sideEffects": false,
  "type": "module",
  "version": "0.56.11",
  "main": "index.js",
  "bin": {
    "polkadot-js-api": "./runcli.mjs"
  },
  "dependencies": {
    "@polkadot/api": "^11.1.1",
    "@polkadot/api-augment": "^11.1.1",
    "@polkadot/keyring": "^12.6.2",
    "@polkadot/types": "^11.1.1",
    "@polkadot/util": "^12.6.2",
    "@polkadot/util-crypto": "^12.6.2",
    "tslib": "^2.6.2",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/yargs": "^17.0.32"
  }
}