PHP WebShell

Текущая директория: /opt/BitGoJS/modules/abstract-utxo

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

{
  "name": "@bitgo/abstract-utxo",
  "version": "9.19.8",
  "description": "BitGo SDK coin library for UTXO base implementation",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist/src"
  ],
  "scripts": {
    "build": "yarn tsc --build --incremental --verbose .",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build",
    "test": "npm run unit-test",
    "unit-test": "mocha --recursive test/"
  },
  "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/abstract-utxo"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo/blockapis": "^1.10.14",
    "@bitgo/sdk-api": "^1.62.2",
    "@bitgo/sdk-core": "^33.1.0",
    "@bitgo/unspents": "^0.47.21",
    "@bitgo/utxo-core": "^1.8.0",
    "@bitgo/utxo-lib": "^11.3.0",
    "@bitgo/wasm-miniscript": "2.0.0-beta.7",
    "@types/lodash": "^4.14.121",
    "@types/superagent": "4.1.15",
    "bignumber.js": "^9.0.2",
    "bitcoinjs-message": "npm:@bitgo-forks/bitcoinjs-message@1.0.0-master.3",
    "debug": "^3.1.0",
    "io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
    "lodash": "^4.17.14",
    "superagent": "^9.0.1"
  },
  "gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
}

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


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