PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/contractkit
Просмотр файла: package.json
{
"name": "@celo/contractkit",
"version": "2.3.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"author": "Celo",
"license": "Apache-2.0",
"homepage": "https://docs.celo.org/developer-guide/contractkit",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/sdk/contractkit",
"keywords": [
"celo",
"blockchain",
"contractkit"
],
"scripts": {
"build:ts": "tsc -b .",
"build:gen": "BUILD_DIR=./build/$RELEASE_TAG yarn --cwd ../../protocol ts-node ./scripts/build.ts --web3Types ../sdk/contractkit/src/generated",
"build": "yarn build:gen && yarn build:ts",
"clean": "tsc -b . --clean",
"clean:all": "yarn clean && rm -rf src/generated",
"prepublishOnly": "yarn build",
"docs": "typedoc",
"test:reset": "yarn --cwd ../../protocol devchain generate-tar .tmp/devchain.tar.gz --migration_override ../../dev-utils/src/migration-override.json --upto 28",
"test:livechain": "yarn --cwd ../../protocol devchain run-tar .tmp/devchain.tar.gz",
"test": "jest --runInBand",
"lint": "tslint -c tslint.json --project ."
},
"dependencies": {
"@celo/base": "2.3.0",
"@celo/connect": "2.3.0",
"@celo/utils": "2.3.0",
"@celo/wallet-local": "2.3.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
"cross-fetch": "^3.0.6",
"debug": "^4.1.1",
"fp-ts": "2.1.1",
"io-ts": "2.0.1",
"semver": "^7.3.5",
"web3": "1.3.6"
},
"devDependencies": {
"@celo/phone-utils": "2.3.0",
"@celo/dev-utils": "0.0.1-dev",
"@celo/flake-tracker": "0.0.1-dev",
"@celo/ganache-cli": "git+https://github.com/celo-org/ganache-cli.git#21652da",
"@celo/protocol": "1.0.0",
"@types/debug": "^4.1.5",
"fetch-mock": "9.10.4",
"jest": "^26.6.3",
"ts-node": "8.3.0",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^2.2.16",
"xhr2-cookies": "1.1.0"
},
"resolutions": {
"**/elliptic": "^6.5.4"
},
"engines": {
"node": ">=8.13.0"
},
"browser": {
"child_process": false
}
}Выполнить команду
Для локальной разработки. Не используйте в интернете!