UNPKG

@emeraldplatform/eth-node

Version:

Ethereum and Ethereum classic full node management

46 lines (45 loc) 1.11 kB
{ "name": "@emeraldplatform/eth-node", "version": "0.6.0", "description": "Ethereum and Ethereum classic full node management", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest", "test:coverage": "jest --coverage && codecov", "prepublish": "npm run build", "build": "rimraf lib/ && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/ETCDEVTeam/emerald-js.git" }, "keywords": [ "ethereum", "full node", "wallet", "blockchain", "smart contract" ], "author": "Yuriy Gagarin <gagarin55@protonmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ETCDEVTeam/emerald-js/issues" }, "homepage": "https://emeraldplatform.io", "dependencies": { "@emeraldplatform/core": "^0.6.0", "@emeraldplatform/eth-rpc": "^0.6.0", "@emeraldplatform/rpc": "^0.6.0" }, "devDependencies": { "@types/node": "^10.12.26" }, "publishConfig": { "access": "public" }, "gitHead": "4e4ef1c3c3b207eaa9966e130fd410783b20c8f6" }