{
  "author": {
    "name": "Alex Bosworth",
    "url": "https://twitter.com/alexbosworth"
  },
  "bugs": {
    "url": "https://github.com/alexbosworth/blockchain/issues"
  },
  "description": "Blockchain data utility methods",
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "name": "@alexbosworth/blockchain",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexbosworth/blockchain.git"
  },
  "scripts": {
    "test": "node --experimental-test-coverage --test test/5bit/*.js test/addresses/*.js test/hashes/*.js test/numbers/*.js test/script/*.js test/transactions/*.js"
  },
  "version": "4.8.0"
}
