ethereum-private-key-to-address
Version:
Convert an Ethereum private key to a public address
55 lines (54 loc) • 1.5 kB
JSON
{
"name": "ethereum-private-key-to-address",
"version": "0.0.7",
"description": "Convert an Ethereum private key to a public address",
"main": "index.js",
"bin": {
"ethereum_private_key_to_address": "bin/ethereum_private_key_to_address",
"ethereum-private-key-to-address": "bin/ethereum_private_key_to_address"
},
"scripts": {
"test": "tape test/*.js",
"lint": "standard --fix index.js test/test.js example/example.js",
"build:example": "browserify example/main.js -o example/dist/bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/ethereum-private-key-to-address"
},
"bugs": {
"url": "https://github.com/miguelmota/ethereum-private-key-to-address/issues"
},
"homepage": "https://github.com/miguelmota/ethereum-private-key-to-address",
"author": {
"name": "Miguel Mota",
"email": "hello@miguelmota.com",
"url": "https://miguelmota.com/"
},
"license": {
"type": "MIT",
"url": "https://github.com/miguelmota/ethereum-private-key-to-address/blob/master/LICENSE"
},
"dependencies": {
"ethereum-private-key-to-public-key": "0.0.2",
"ethereum-public-key-to-address": "0.0.1",
"meow": "^5.0.0"
},
"keywords": [
"ethereum",
"eth",
"blockchain",
"private",
"key",
"public",
"address",
"converter",
"checksum",
"cli"
],
"devDependencies": {
"browserify": "^16.5.1",
"standard": "^12.0.1",
"tape": "^4.10.2"
}
}