UNPKG

eth-scan-api

Version:

API to etherscan with a simple interface

48 lines (47 loc) 1.31 kB
{ "name": "etherscan-api", "version": "10.3.0", "description": "API to etherscan with a simple interface", "main": "index.js", "scripts": { "test": "mocha -t 20000", "posttest": "npm run lint", "lint": "jshint lib test", "docs": "npx documentation build ./lib/init.js -f html -o out", "preversion": "npm run lint && npm run changelog", "postversion": "git push && git push --tags", "changelog": "rm ./docs/CHANGELOG.md && npx changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog", "build": "npm run test && npm run docs" }, "keywords": [ "arbiscan", "ethereum", "EtherScan.io", "etherscan", "blockchain", "api", "transaction", "rest" ], "repository": { "type": "git", "url": "git+https://github.com/sebs/etherscan-api.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/sebs/etherscan-api/issues" }, "homepage": "https://github.com/sebs/etherscan-api#readme", "devDependencies": { "chai": "4.3.7", "jshint": "2.13.6", "mocha": "10.2.0", "watch": "1.0.2" }, "dependencies": { "axios": "1.2.2", "gh-pages": "5.0.0", "querystring": "0.2.1" } }