PHP WebShell

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

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

{
  "name": "@bitgo/sdk-coin-trx",
  "version": "3.5.4",
  "description": "BitGo SDK coin library for Tron",
  "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 && shx cp -r ./resources ./dist",
    "test": "npm run coverage",
    "coverage": "nyc -- npm run unit-test",
    "unit-test": "yarn run build && node --test dist/test/**/*.js",
    "gen-protobuf": "pbjs -t static-module -w commonjs -o ./resources/protobuf/tron.js ./resources/protobuf/Discover.proto ./resources/protobuf/Contract.proto ./resources/protobuf/tron.proto",
    "gen-protobufts": "pbts -o ./resources/protobuf/tron.d.ts ./resources/protobuf/tron.js"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "engines": {
    "node": ">=20 <23"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/sdk-coin-trx"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "src/**/*.ts"
    ]
  },
  "dependencies": {
    "@bitgo/sdk-core": "^36.8.0",
    "@bitgo/secp256k1": "^1.5.0",
    "@bitgo/statics": "^57.8.0",
    "@stablelib/hex": "^1.0.0",
    "bignumber.js": "^9.0.0",
    "ethers": "^5.7.2",
    "lodash": "^4.17.14",
    "long": "^5.3.2",
    "protobufjs": "7.2.5",
    "secp256k1": "5.0.1",
    "superagent": "^9.0.1",
    "tronweb": "5.1.0"
  },
  "devDependencies": {
    "@bitgo/sdk-api": "^1.68.3",
    "@bitgo/sdk-test": "^9.0.9",
    "shx": "^0.3.4"
  },
  "gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}

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


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