PHP WebShell
Текущая директория: /opt/BitGoJS/modules/abstract-substrate
Просмотр файла: package.json
{
"name": "@bitgo/abstract-substrate",
"version": "1.4.8",
"description": "BitGo SDK coin library for Substrate base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "npm run prepare",
"build-ts": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build-ts"
},
"author": "BitGo SDK Team <sdkteam@bitgo.com>",
"license": "MIT",
"engines": {
"node": ">=14 <21"
},
"repository": {
"type": "git",
"url": "https://github.com/BitGo/BitGoJS.git",
"directory": "modules/abstract-substrate"
},
"lint-staged": {
"*.{js,ts}": [
"yarn prettier --write",
"yarn eslint --fix"
]
},
"publishConfig": {
"access": "public"
},
"nyc": {
"extension": [
".ts"
]
},
"dependencies": {
"@bitgo/sdk-core": "^33.1.0",
"@bitgo/sdk-lib-mpc": "^10.2.0",
"@bitgo/statics": "^52.1.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/types": "14.1.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"@substrate/txwrapper-core": "7.5.2",
"@substrate/txwrapper-polkadot": "7.5.2",
"@substrate/txwrapper-registry": "7.5.3",
"bignumber.js": "^9.1.2",
"bs58": "^4.0.1",
"hi-base32": "^0.5.1",
"joi": "^17.4.0",
"lodash": "^4.17.15",
"tweetnacl": "^1.0.3"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!