UNPKG

@fireblocks/psbt-sdk

Version:

SDK for signing Partially Signed Bitcoin Transactions (PSBTs) using Fireblocks

48 lines (47 loc) 1.42 kB
{ "name": "@fireblocks/psbt-sdk", "version": "0.0.6", "description": "SDK for signing Partially Signed Bitcoin Transactions (PSBTs) using Fireblocks", "repository": "github:fireblocks/psbt-sdk", "author": "Fireblocks", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "publishConfig": { "access": "public" }, "keywords": [ "bitcoin", "psbt", "fireblocks" ], "scripts": { "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", "lint": "tslint --config tslint.json --project tsconfig.json", "test": "mocha --require ts-node/register 'test/**/*.test.ts'", "build": "tsc", "watch": "tsc -w", "prepublishOnly": "npm run build" }, "files": [ "dist/", "LICENSE", "README.md" ], "devDependencies": { "@mempool/mempool.js": "^3.0.0", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.7", "@types/ws": "^8.5.12", "dotenv": "^16.4.5", "mocha": "^10.6.0", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, "dependencies": { "@bitcoinerlab/secp256k1": "^1.2.0", "@fireblocks/ts-sdk": "^8.0.0", "bitcoinjs-lib": "^6.1.7", "ecpair": "^2.1.0" } }