UNPKG

bitcoin-tx-lib

Version:

A Typescript library for building and signing Bitcoin transactions

55 lines (54 loc) 1.41 kB
{ "name": "bitcoin-tx-lib", "version": "0.4.4", "description": "A Typescript library for building and signing Bitcoin transactions", "scripts": { "test": "jest", "build": "tsc" }, "keywords": [ "bitcoin", "typescript", "expo", "bitcoin utxo", "build utxos", "bitcoin transactions", "react native", "react", "p2pkh", "p2wpkh" ], "author": "https://github.com/misesdev", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", "devDependencies": { "@types/jest": "^29.5.14", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "exports": { ".": { "import": "./lib/index.js", "require": "./lib/index.js", "types": "./lib/index.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/misesdev/bitcoin-tx-lib.git" }, "bugs": { "url": "https://github.com/misesdev/bitcoin-tx-lib/issues" }, "homepage": "https://github.com/misesdev/bitcoin-tx-lib#readme", "dependencies": { "@noble/curves": "^1.8.1", "@noble/hashes": "^1.7.1", "@scure/base": "^1.2.6", "@scure/bip32": "^1.7.0", "@scure/bip39": "^1.6.0", "bech32": "^2.0.0" } }