UNPKG

truffle-source-verify

Version:

Verify your deployed smart contracts on Etherscan/Blockscout from the Truffle CLI

30 lines (29 loc) 688 B
{ "name": "truffle-source-verify", "version": "0.0.6", "description": "Verify your deployed smart contracts on Etherscan/Blockscout from the Truffle CLI", "repository": "https://github.com/olivdb/truffle-source-verify", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ." }, "main": "verify.js", "keywords": [ "truffle", "plugin", "ethereum", "etherscan", "blockscout", "verify" ], "author": "@olivdb", "license": "MIT", "dependencies": { "axios": "0.19.2", "cli-logger": "0.5.40", "delay": "4.3.0", "querystring": "0.2.0", "sol-merger": "3.1.0" }, "devDependencies": {} }