PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-eth
Просмотр файла: package.json
{
"name": "@bitgo/sdk-coin-eth",
"version": "25.2.4",
"description": "BitGo SDK coin library for Ethereum",
"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-eth"
},
"lint-staged": {
"*.{js,ts}": [
"yarn prettier --write",
"yarn eslint --fix"
]
},
"publishConfig": {
"access": "public"
},
"nyc": {
"extension": [
".ts"
]
},
"dependencies": {
"@bitgo/abstract-eth": "^24.12.0",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/secp256k1": "^1.5.0",
"@bitgo/statics": "^57.8.0",
"@ethereumjs/tx": "^3.3.0",
"@ethereumjs/util": "8.0.3",
"bignumber.js": "^9.1.1",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "7.1.5",
"ethers": "^5.1.3",
"lodash": "^4.17.14",
"secp256k1": "5.0.1",
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.68.3",
"@bitgo/sdk-test": "^9.0.9",
"tweetnacl": "^1.0.3"
},
"gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!