UNPKG

@bitgo/unspents

Version:

Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes

55 lines (54 loc) 1.43 kB
{ "name": "@bitgo/unspents", "version": "0.48.3", "description": "Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "directories": { "test": "test" }, "scripts": { "build": "tsc --project tsconfig.build.json", "test": "mocha --recursive test", "lint": "eslint --quiet .", "prepare": "npm run build", "unit-test": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/BitGo/BitGoJS.git", "directory": "modules/unspents" }, "keywords": [ "bitcoin", "utxo" ], "author": "BitGo SDK Team <sdkteam@bitgo.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/BitGo/BitGoJS/issues" }, "homepage": "https://github.com/BitGo/BitGoJS/tree/master/modules/unspents#bitgounspents", "devDependencies": { "@types/lodash": "~4.14.123", "@types/node": "^22.15.29", "lodash.combinations": "~18.9.19", "should": "~13.2.3" }, "dependencies": { "@bitgo/utxo-lib": "^11.6.1", "lodash": "~4.17.21", "tcomb": "~3.2.29", "varuint-bitcoin": "^1.0.4" }, "lint-staged": { "*.{js,ts}": [ "yarn prettier --write", "yarn eslint --fix" ] }, "publishConfig": { "access": "public" }, "gitHead": "9e8fdd0d02b59f8fd4eacfa8417e9a33dfb0c93e" }