UNPKG

@exodus/bip322-js

Version:

A Javascript library that provides utility functions related to the BIP-322 signature scheme

62 lines (61 loc) 1.73 kB
{ "name": "@exodus/bip322-js", "version": "3.2.1", "description": "A Javascript library that provides utility functions related to the BIP-322 signature scheme", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "publishConfig": { "access": "public", "provenance": false }, "files": [ "dist", "CHANGELOG.md", "!**/__tests__/**" ], "scripts": { "build": "run -T tsc -p tsconfig.build.json", "lint": "run -T eslint", "lint:fix": "yarn lint --fix", "doc": "typedoc src/index.ts", "test": "run -T exodus-test --jest --esbuild", "prepublishOnly": "yarn run -T build --scope @exodus/bip322-js" }, "keywords": [ "bip322", "bitcoinjs", "javascript", "typescript", "no-WASM" ], "author": "Exodus Movement, Inc.", "repository": { "type": "git", "url": "git+https://github.com/ExodusMovement/exodus-hydra.git" }, "license": "MIT", "devDependencies": { "@types/minimalistic-assert": "^1.0.1", "@types/node": "^20.2.5", "ecpair": "^2.0.1", "typedoc": "^0.24.8", "typescript": "^5.1.3" }, "dependencies": { "@exodus/asset-types": "^0.5.0", "@exodus/bitcoinjs": "^2.0.0", "@exodus/bytes": "^1.0.0-rc.8", "@exodus/crypto": "^1.0.0-rc.26", "@noble/secp256k1": "^1.7.1", "bech32": "^1.1.3", "minimalistic-assert": "^1.0.1", "varuint-bitcoin": "^1.0.1", "wif": "^4.0.0" }, "homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/bip322-js", "bugs": { "url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Abip322-js" }, "gitHead": "9eb3d238b1c333391f6963c53d8816ed58d926de" }