polkadot-js/common

View on GitHub
packages/util-crypto/package.json

Summary

Maintainability
Test Coverage
{
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "bugs": "https://github.com/polkadot-js/common/issues",
  "description": "A collection of useful crypto utilities for @polkadot",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
  "license": "Apache-2.0",
  "name": "@polkadot/util-crypto",
  "repository": {
    "directory": "packages/util-crypto",
    "type": "git",
    "url": "https://github.com/polkadot-js/common.git"
  },
  "sideEffects": [
    "./bundleInit.js",
    "./bundleInit.cjs",
    "./packageDetect.js",
    "./packageDetect.cjs"
  ],
  "type": "module",
  "version": "12.6.3-9-x",
  "browser": {
    "crypto": false,
    "stream": false
  },
  "main": "index.js",
  "dependencies": {
    "@noble/curves": "^1.3.0",
    "@noble/hashes": "^1.3.3",
    "@polkadot/networks": "12.6.3-9-x",
    "@polkadot/util": "12.6.3-9-x",
    "@polkadot/wasm-crypto": "^7.3.2",
    "@polkadot/wasm-util": "^7.3.2",
    "@polkadot/x-bigint": "12.6.3-9-x",
    "@polkadot/x-randomvalues": "12.6.3-9-x",
    "@scure/base": "^1.1.5",
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "@polkadot/util": "12.6.3-9-x"
  }
}