PHP WebShell

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

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

{
  "name": "@bitgo/abstract-lightning",
  "version": "7.0.0",
  "description": "BitGo SDK coin library for base Lightning Network coin implementation",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "yarn tsc --build --incremental --verbose .",
    "test": "yarn unit-test",
    "unit-test": "nyc -- mocha --recursive test",
    "fmt": "prettier --write .",
    "check-fmt": "prettier --check .",
    "clean": "rm -r ./dist",
    "lint": "eslint --quiet .",
    "prepare": "npm run build"
  },
  "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/abstract-lightning"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo/public-types": "5.20.0",
    "@bitgo/sdk-core": "^36.8.0",
    "@bitgo/statics": "^57.8.0",
    "@bitgo/utxo-lib": "^11.10.0",
    "bs58check": "^2.1.2",
    "fp-ts": "^2.12.2",
    "io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
    "io-ts-types": "^0.5.16",
    "macaroon": "^3.0.4"
  },
  "gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}

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


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