PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/utxo-core
Просмотр файла: package.json
{
"name": "@bitgo/utxo-core",
"version": "1.19.0",
"description": "BitGo UTXO Core types",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist/src"
],
"exports": {
".": "./dist/src/index.js",
"./descriptor": "./dist/src/descriptor/index.js",
"./testutil": "./dist/src/testutil/index.js",
"./testutil/descriptor": "./dist/src/testutil/descriptor/index.js"
},
"browser": {
".": "./dist/src/index.js",
"./descriptor": "./dist/src/descriptor/index.js",
"./testutil": "./dist/src/testutil/index.js",
"./testutil/descriptor": "./dist/src/testutil/descriptor/index.js"
},
"scripts": {
"build": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
"clean": "rm -r ./dist",
"lint": "eslint --quiet .",
"prepare": "npm run build",
"test": "npm run unit-test",
"unit-test": "mocha --recursive \"test/**/*.ts\""
},
"author": "BitGo SDK Team <sdkteam@bitgo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BitGo/BitGoJS.git",
"directory": "modules/utxo-core"
},
"lint-staged": {
"*.{js,ts}": [
"yarn prettier --write",
"yarn eslint --fix"
]
},
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"nyc": {
"extension": [
".ts"
]
},
"dependencies": {
"@bitgo/unspents": "^0.49.0",
"@bitgo/utxo-lib": "^11.10.0",
"@bitgo/wasm-miniscript": "2.0.0-beta.7",
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
"bitcoinjs-message": "npm:@bitgo-forks/bitcoinjs-message@1.0.0-master.3",
"fast-sha256": "^1.3.0"
},
"gitHead": "bbdf6e60b720b25e3212f3a4c5bdc81732a505e8"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!