PHP WebShell

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

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

{
  "name": "@bitgo/sdk-coin-icp",
  "version": "1.13.1",
  "description": "BitGo SDK coin library for Internet Computer",
  "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": "mocha"
  },
  "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-icp"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo/sdk-core": "^33.1.0",
    "@bitgo/secp256k1": "^1.3.3",
    "@bitgo/statics": "^52.1.0",
    "@dfinity/agent": "^2.2.0",
    "@dfinity/candid": "^2.2.0",
    "@dfinity/principal": "^2.2.0",
    "@noble/curves": "1.8.1",
    "bignumber.js": "^9.1.1",
    "cbor-x": "^1.6.0",
    "crc-32": "^1.2.0",
    "js-sha256": "^0.9.0",
    "long": "^5.3.2",
    "protobufjs": "^7.5.0",
    "superagent": "^10.1.1"
  },
  "devDependencies": {
    "@bitgo/sdk-api": "^1.62.2",
    "@bitgo/sdk-test": "^8.0.83"
  },
  "gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
}

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


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