PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@celo/wallet-local

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

{
  "name": "@celo/wallet-local",
  "version": "2.3.0",
  "description": "Local wallet 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",
    "lint": "tslint -c tslint.json --project .",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@celo/utils": "2.3.0",
    "@celo/connect": "2.3.0",
    "@celo/wallet-base": "2.3.0",
    "@types/ethereumjs-util": "^5.2.0",
    "eth-lib": "^0.2.8",
    "ethereumjs-util": "^5.2.0"
  },
  "devDependencies": {
    "web3": "1.3.6"
  },
  "engines": {
    "node": ">=8.13.0"
  }
}

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


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