PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/abstract-substrate

Просмотр файла: package.json

{
  "name": "@bitgo/abstract-substrate",
  "version": "1.10.4",
  "description": "BitGo SDK coin library for Substrate base implementation",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "npm run prepare",
    "build-ts": "yarn tsc --build --incremental --verbose .",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build-ts"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14 <23"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/abstract-substrate"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo/sdk-core": "^36.8.0",
    "@bitgo/sdk-lib-mpc": "^10.7.0",
    "@bitgo/statics": "^57.8.0",
    "@polkadot/api": "14.1.1",
    "@polkadot/keyring": "13.3.1",
    "@polkadot/types": "14.1.1",
    "@polkadot/util": "13.3.1",
    "@polkadot/util-crypto": "13.3.1",
    "@substrate/txwrapper-core": "7.5.2",
    "@substrate/txwrapper-polkadot": "7.5.2",
    "@substrate/txwrapper-registry": "7.5.3",
    "bignumber.js": "^9.1.2",
    "bs58": "^4.0.1",
    "hi-base32": "^0.5.1",
    "joi": "^17.4.0",
    "lodash": "^4.17.15",
    "tweetnacl": "^1.0.3"
  },
  "gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!