@bitgo/account-lib

v23.1.9
BitGo's account library functions

build

npm run prepare

clean

rm -rf dist/*

coverage

npm run gen-coverage && npm run upload-coverage

lint

eslint --quiet 'src/**/*.ts' 'test/**/*.ts'

lint-fix

eslint --fix 'src/**/*.ts' 'test/**/*.ts'

prepare

npm run build-ts && shx cp -r ./resources ./dist

build-ts

tsc --build --incremental --verbose .

unit-test

nyc -- mocha

test

npm run unit-test

unprettied

grep -R -L --include '*.ts' --include '*.js' --include '*.json' '@prettier' src test
npm i @bitgo/account-lib

Metadata

  • ISC
  • >=18 <21
  • BitGo SDK Team
  • released 10/15/2024

Downloads