PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/connect

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

{
  "name": "@celo/connect",
  "version": "2.3.0",
  "description": "Light Toolkit for connecting with the Celo network",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "author": "Celo",
  "license": "Apache-2.0",
  "homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/connect",
  "repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/sdk/connect",
  "keywords": [
    "celo",
    "blockchain"
  ],
  "scripts": {
    "build": "tsc -b .",
    "clean": "tsc -b . --clean",
    "docs": "typedoc",
    "test": "jest --runInBand",
    "lint": "tslint -c tslint.json --project .",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@types/debug": "^4.1.5",
    "@types/utf8": "^2.1.6",
    "@celo/base": "2.3.0",
    "@celo/utils": "2.3.0",
    "bignumber.js": "^9.0.0",
    "debug": "^4.1.1",
    "utf8": "3.0.0"
  },
  "devDependencies": {
    "@celo/flake-tracker": "0.0.1-dev",
    "web3": "1.3.6",
    "web3-core": "1.3.6",
    "web3-eth": "1.3.6",
    "web3-eth-abi": "1.3.6",
    "web3-eth-contract": "1.3.6"
  },
  "peerDependencies": {
    "web3": "1.3.6"
  },
  "engines": {
    "node": ">=8.13.0"
  }
}

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


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