Files
node-cryptoforknote-util-sa…/package.json
2026-03-22 02:19:32 +01:00

35 lines
796 B
JSON

{
"name": "cryptoforknote-util",
"version": "15.3.20",
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/somerandomcryptoguy/node-cryptoforknote-util.git"
},
"scripts": {
"install": "npm install --no-save --ignore-scripts nan bindings && node-gyp rebuild"
},
"dependencies": {
"base58-native": "*",
"bech32": "*",
"bignum": "^0.13.1",
"bindings": "*",
"bitcoinjs-lib": "git+https://github.com/MoneroOcean/bitcoinjs-lib.git",
"merkle-lib": "^2.0.10",
"nan": "^2.20.0",
"promise": "*",
"sha3": "*",
"varuint-bitcoin": "^1.0.4"
},
"keywords": [
"cryptonight",
"cryptonote",
"forknote",
"bytecoin",
"monero"
]
}