PHP WebShell

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

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

{
  "name": "@celo/utils",
  "version": "2.3.0",
  "description": "Celo common utils",
  "author": "Celo",
  "license": "Apache-2.0",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/utils",
  "repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/sdk/utils",
  "scripts": {
    "prepublishOnly": "yarn build",
    "build": "tsc -b .",
    "clean": "tsc -b . --clean",
    "docs": "typedoc",
    "test": "jest --runInBand --ci",
    "test:verbose": "jest --verbose",
    "lint": "tslint -c tslint.json --project ."
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@celo/base": "2.3.0",
    "@types/bn.js": "^5.1.0",
    "@types/elliptic": "^6.4.9",
    "@types/ethereumjs-util": "^5.2.0",
    "@types/node": "^10.12.18",
    "bignumber.js": "^9.0.0",
    "elliptic": "^6.5.4",
    "ethereumjs-util": "^5.2.0",
    "io-ts": "2.0.1",
    "web3-eth-abi": "1.3.6",
    "web3-utils": "1.3.6"
  },
  "devDependencies": {
    "@celo/flake-tracker": "0.0.1-dev",
    "@celo/typescript": "0.0.1"
  },
  "resolutions": {
    "bn.js": "4.11.9",
    "elliptic/bn.js": "bn.js@4.11.9",
    "web3-utils/bn.js": "bn.js@4.11.9",
    "@ethereumjs/bn.js": "bn.js@4.11.9"
  }
}

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


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