{
  "name": "@bitgo-beta/abstract-utxo",
  "version": "1.1.0",
  "description": "BitGo SDK coin library for UTXO base implementation",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "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"
  },
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14 <17"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/abstract-utxo"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@bitgo-beta/blockapis": "^1.0.4",
    "@bitgo-beta/sdk-api": "^1.1.0",
    "@bitgo-beta/sdk-core": "^1.1.0",
    "@bitgo-beta/unspents": "^0.8.3",
    "@bitgo-beta/utxo-lib": "^2.4.1",
    "@types/bluebird": "^3.5.25",
    "@types/lodash": "^4.14.121",
    "bignumber.js": "^9.0.2",
    "bitcoinjs-message": "^2.0.0",
    "bluebird": "^3.5.3",
    "debug": "^3.1.0",
    "lodash": "^4.17.14",
    "superagent": "^3.8.3"
  },
  "gitHead": "3856d480cfc4866bdf8b3dae79804be4dbdb517a"
}
