UNPKG

@sentio/truffle-source-fetcher

Version:

Fetches verified source code from services such as Etherscan

54 lines (53 loc) 1.24 kB
{ "name": "@sentio/truffle-source-fetcher", "description": "Fetches verified source code from services such as Etherscan", "license": "MIT", "author": "Harry Altman <harry@trufflesuite.com>", "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/source-fetcher#readme", "repository": { "type": "git", "url": "https://github.com/trufflesuite/truffle.git", "directory": "packages/source-fetcher" }, "bugs": { "url": "https://github.com/trufflesuite/truffle/issues" }, "version": "0.0.4", "main": "dist/index.js", "files": [ "dist" ], "directories": { "lib": "lib" }, "scripts": { "build": "tsc", "prepare": "yarn build" }, "types": "dist/index.d.ts", "dependencies": { "async-retry": "^1.3.1", "axios": "1.2.4", "debug": "^4.3.1", "node-abort-controller": "^3.0.1", "web3-utils": "1.10.0" }, "devDependencies": { "@types/async-retry": "^1.4.3", "@types/debug": "^4.1.5", "@types/node": "~12.12.0", "typescript": "^4.9.5" }, "keywords": [ "ethereum", "etherscan", "ipfs", "solidity", "sourcify", "verify-source", "vyper" ], "publishConfig": { "access": "public" } }