UNPKG

@bitgo/utxo-ord

Version:

Utilities for building ordinals with BitGo utxo-lib

47 lines (46 loc) 1.09 kB
{ "name": "@bitgo/utxo-ord", "description": "Utilities for building ordinals with BitGo utxo-lib", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "version": "1.20.91", "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/sdk-core": "^35.3.0", "@bitgo/unspents": "^0.48.2", "@bitgo/utxo-lib": "^11.6.0" }, "lint-staged": { "*.{js,ts}": [ "yarn prettier --write", "yarn eslint --fix" ] }, "publishConfig": { "access": "public" }, "license": "MIT", "gitHead": "f332715435b8571bca621e87f00462b5f0ddc409" }