UNPKG

etherscan

Version:

Node.js library for communicating with the Etherscan API.

45 lines (44 loc) 963 B
{ "name": "etherscan", "version": "0.2.2", "description": "Node.js library for communicating with the Etherscan API.", "author": "x0r2", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/x0r2/etherscan.git" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "etherscan", "etherscan api", "etherscan.io", "ethereum api" ], "files": [ "index.mjs", "index.js", "test.js" ], "scripts": { "build": "babel index.mjs -o index.js", "test": "jest", "prepublishOnly": "npm run build && npm test" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "jest": "^21.2.1", "request": "^2.34.0" }, "dependencies": { "request-promise-native": "^1.0.5" }, "peerDependencies": { "request": "^2.34.0" } }