{
  "name": "@bitgo-beta/utxo-ord",
  "description": "Utilities for building ordinals with BitGo utxo-lib",
  "version": "1.0.0",
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "bitgo",
    "utxo",
    "bitcoinjs",
    "bitcoin",
    "ordinals"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "yarn tsc --build --incremental --verbose .",
    "lint": "eslint --quiet .",
    "unit-test": "mocha --recursive test",
    "fmt": "prettier --write '{src,test}/**/*.{ts,js}'",
    "precommit": "yarn lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BitGo/BitGoJS.git",
    "directory": "modules/utxo-ord"
  },
  "dependencies": {
    "@bitgo-beta/unspents": "0.8.4-beta.160",
    "@bitgo-beta/utxo-lib": "2.4.2-beta.160"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn prettier --write",
      "yarn eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "gitHead": "c8d8a8b6e9fd34ad2dfa68f4ed6b157be0e7f0c9"
}
