PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-celo
Просмотр файла: package.json
{
"name": "@bitgo/sdk-coin-celo",
"version": "5.2.4",
"description": "BitGo SDK coin library for Celo",
"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-celo"
},
"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-coin-eth": "^25.2.4",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/statics": "^57.8.0",
"@celo/connect": "^2.0.0",
"@celo/contractkit": "^2.0.0",
"@celo/wallet-base": "^2.0.0",
"@celo/wallet-local": "^2.0.0",
"@ethereumjs/common": "^2.6.5",
"bignumber.js": "^9.0.0",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "7.1.5",
"ethers": "^5.1.3"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.68.3",
"@bitgo/sdk-test": "^9.0.9"
},
"resolutions": {
"form-data": "^4.0.4"
},
"gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!