eth-ear
Version:
Ethereum blockchain event and transaction listener.
37 lines (36 loc) • 826 B
JSON
{
"name": "eth-ear",
"version": "1.0.6",
"description": "Ethereum blockchain event and transaction listener.",
"main": "index.js",
"scripts": {
"test": "node test/testDAI.js",
"testDAI": "node test/testDAI.js",
"testZRX" : "node test/testZRX.js",
"testUSDT" : "node test/testUSDT.js",
"testTx" : "node test/testTx.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaneshcode/eth-ear.git"
},
"keywords": [
"ethereum",
"blockchain",
"event",
"transaction",
"listener",
"ear",
"eth",
"eth-ear"
],
"author": "yaneshcode",
"license": "MIT",
"bugs": {
"url": "https://github.com/yaneshcode/eth-ear/issues"
},
"homepage": "https://github.com/yaneshcode/eth-ear#readme",
"dependencies": {
"ethers": "^4.0.27"
}
}