polkadot-js/common

View on GitHub
packages/x-bigint/package.json

Summary

Maintainability
Test Coverage
{
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "bugs": "https://github.com/polkadot-js/common/issues",
  "description": "A cross-environment BigInt replacement",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-bigint#readme",
  "license": "Apache-2.0",
  "name": "@polkadot/x-bigint",
  "repository": {
    "directory": "packages/x-bigint",
    "type": "git",
    "url": "https://github.com/polkadot-js/common.git"
  },
  "sideEffects": [
    "./shim.js",
    "./shim.cjs"
  ],
  "type": "module",
  "version": "12.6.3-9-x",
  "dependencies": {
    "@polkadot/x-global": "12.6.3-9-x",
    "tslib": "^2.6.2"
  }
}