PHP WebShell

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

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

{
  "name": "@bitgo/sdk-coin-eos",
  "version": "3.4.4",
  "description": "BitGo SDK coin library for Eos",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "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 coverage",
    "coverage": "nyc -- npm run unit-test",
    "unit-test": "mocha"
  },
  "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-eos"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo/sdk-core": "^36.8.0",
    "@bitgo/secp256k1": "^1.5.0",
    "@bitgo/statics": "^57.8.0",
    "bignumber.js": "^9.0.2",
    "eosjs": "^21.0.2",
    "eosjs-ecc": "^4.0.4",
    "lodash": "^4.17.14",
    "superagent": "^9.0.1"
  },
  "devDependencies": {
    "@bitgo/sdk-api": "^1.68.3",
    "@bitgo/sdk-test": "^9.0.9",
    "@types/lodash": "^4.14.121"
  },
  "gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}

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


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