UNPKG

moesif-eth-cli

Version:

Moesif Ethereum CLI to upload Ethereum Smart Contract ABI to Moesif for deeper visbility into Web3 API analytics and monitoring.

36 lines (35 loc) 828 B
{ "name": "moesif-eth-cli", "version": "1.0.3", "description": "Moesif Ethereum CLI to upload Ethereum Smart Contract ABI to Moesif for deeper visbility into Web3 API analytics and monitoring. ", "main": "lib/index.js", "scripts": { "start": "node ./bin/moesif-eth.js || true", "test": "node_modules/.bin/mocha" }, "bin": { "moesif-eth": "./bin/moesif-eth.js" }, "keywords": [ "Ethereum", "ABI", "Smart", "Contract" ], "author": "xing@moesif.com", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Moesif/moesif-eth-cli" }, "dependencies": { "jwt-decode": "^2.2.0", "superagent": "^5.1.1", "web3": "^1.0.0-beta.35", "yargs": "^15.0.2" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.2" } }