afizzycola / explicit-bitcoin-lib

A Bitcoin library written in Typescript and which provides explicit classes for use in Bitcoin development and testing
1 stars 0 forks source link

check that latest jsconfig lbrys are actually being used #31

Open afizzycola opened 3 years ago

afizzycola commented 3 years ago
    "@types/secp256k1": "^4.0.2",
    "bech32": "^2.0.0",
/.../
   "create-hash": "^1.2.0",
    "elliptic": "^6.5.4",
    "secp256k1": "^4.0.2",
    "tiny-secp256k1": "^2.0.0"