PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/abstract-cosmos
Просмотр файла: package.json
{
"name": "@bitgo/abstract-cosmos",
"version": "11.14.2",
"description": "BitGo SDK coin library for COSMOS 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 && shx cp -r ./resources ./dist"
},
"author": "BitGo SDK Team <sdkteam@bitgo.com>",
"license": "MIT",
"engines": {
"node": ">=20 <23"
},
"repository": {
"type": "git",
"url": "https://github.com/BitGo/BitGoJS.git",
"directory": "modules/abstract-cosmos"
},
"lint-staged": {
"*.{js,ts}": [
"yarn prettier --write",
"yarn eslint --fix"
]
},
"publishConfig": {
"access": "public"
},
"nyc": {
"extension": [
".ts"
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/secp256k1": "^1.5.0",
"@bitgo/statics": "^57.8.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"bignumber.js": "^9.1.1",
"cosmjs-types": "^0.6.1",
"lodash": "^4.17.21",
"protobufjs": "^7.4.0",
"superagent": "^9.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.183"
},
"gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!