PHP WebShell

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

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

{
  "name": "@bitgo/utxo-staking",
  "version": "1.14.0",
  "description": "BitGo SDK for build UTXO staking transactions",
  "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",
    "coverage": "nyc -- 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/utxo-staking"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@babylonlabs-io/babylon-proto-ts": "1.0.0",
    "@bitgo/babylonlabs-io-btc-staking-ts": "^1.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",
    "bip322-js": "^2.0.0",
    "bitcoinjs-lib": "^6.1.7",
    "fp-ts": "^2.16.2",
    "io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
    "io-ts-types": "^0.5.19"
  },
  "devDependencies": {
    "yargs": "^17.7.2"
  }
}

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


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