PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@celo/wallet-base
Просмотр файла: package.json
{
"name": "@celo/wallet-base",
"version": "2.3.0",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/sdk/wallets/",
"homepage": "https://docs.celo.org",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"celo",
"blockchain",
"sdk"
],
"scripts": {
"build": "tsc -b .",
"clean": "tsc -b . --clean",
"docs": "typedoc",
"test": "jest --runInBand --passWithNoTests",
"lint": "tslint -c tslint.json --project .",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/connect": "2.3.0",
"@celo/base": "2.3.0",
"@celo/utils": "2.3.0",
"@types/ethereumjs-util": "^5.2.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
"eth-lib": "^0.2.8",
"ethereumjs-util": "^5.2.0",
"debug": "^4.1.1"
},
"engines": {
"node": ">=8.13.0"
}
}Выполнить команду
Для локальной разработки. Не используйте в интернете!