UNPKG

gaadroo

Version:
37 lines (36 loc) 790 B
{ "name": "gaadroo", "version": "1.0.2", "description": "NFP-minting protocol", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/donvictoro/gaadroo.git" }, "keywords": [ "NFT", "NFP", "Blockchain", "Web3", "Layer2" ], "author": "Viktor Ogorodnov", "license": "MIT", "bugs": { "url": "https://github.com/donvictoro/gaadroo/issues" }, "homepage": "https://github.com/donvictoro/gaadroo#readme", "dependencies": { "bip32": "^3.0.1", "bitcoinjs-lib": "^6.0.1", "ecpair": "^2.0.1", "md5": "^2.3.0", "node-fetch": "^3.1.0", "sha.js": "^2.4.9", "tiny-secp256k1": "^2.1.2" } }