@bitgo-beta/unspents
Version:
Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "@bitgo-beta/unspents",
"version": "0.8.3",
"description": "Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "mocha",
"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": "~14.17.5",
"lodash.combinations": "~18.9.19",
"should": "~13.2.3"
},
"dependencies": {
"@bitgo-beta/utxo-lib": "^2.4.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": "3856d480cfc4866bdf8b3dae79804be4dbdb517a"
}