polkadot-js/common

View on GitHub
packages/networks/package.json

Summary

Maintainability
Test Coverage
{
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "bugs": "https://github.com/polkadot-js/common/issues",
  "description": "A list of all available Substrate networks and their applicable prefixes",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://github.com/polkadot-js/common/tree/master/packages/networks#readme",
  "license": "Apache-2.0",
  "name": "@polkadot/networks",
  "repository": {
    "directory": "packages/networks",
    "type": "git",
    "url": "https://github.com/polkadot-js/common.git"
  },
  "sideEffects": false,
  "type": "module",
  "version": "12.6.3-9-x",
  "main": "index.js",
  "dependencies": {
    "@polkadot/util": "12.6.3-9-x",
    "@substrate/ss58-registry": "^1.46.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@polkadot/hw-ledger": "12.6.3-9-x"
  }
}