PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-trx

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

{
  "name": "@bitgo/sdk-coin-trx",
  "version": "3.0.0",
  "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",
    "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": ">=18 <21"
  },
  "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": "^33.1.0",
    "@bitgo/secp256k1": "^1.3.3",
    "@bitgo/statics": "^52.1.0",
    "@stablelib/hex": "^1.0.0",
    "bignumber.js": "^9.0.0",
    "ethers": "^5.7.2",
    "lodash": "^4.17.14",
    "protobufjs": "7.2.5",
    "secp256k1": "5.0.1",
    "superagent": "^9.0.1",
    "tronweb": "5.1.0"
  },
  "devDependencies": {
    "@bitgo/sdk-api": "^1.62.2",
    "@bitgo/sdk-test": "^8.0.83",
    "shx": "^0.3.4"
  },
  "gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
}

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


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