{
  "author": "Alex Bosworth",
  "dependencies": {
    "@alexbosworth/blockchain": "4.8.0",
    "bip66": "2.0.0",
    "bitcoin-ops": "1.4.1",
    "pushdata-bitcoin": "1.0.1"
  },
  "description": "Methods for working with BIP 174 PSBTs",
  "devDependencies": {
    "ecpair": "2.1.0",
    "tiny-secp256k1": "2.2.4"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "name": "psbt",
  "repository": {
    "type": "git",
    "url": "https://github.com/alexbosworth/psbt.git"
  },
  "scripts": {
    "test": "node --experimental-test-coverage --test"
  },
  "version": "6.0.4"
}
