UNPKG

@xtools-at/hardhat-sourcify

Version:

Improved fork of zoey-t's Sourcify contract verification plugin for Hardhat

53 lines (52 loc) 1.39 kB
{ "name": "@xtools-at/hardhat-sourcify", "version": "0.2.0", "description": "Improved fork of zoey-t's Sourcify contract verification plugin for Hardhat", "repository": "https://github.com/xtools-at/hardhat-sourcify", "author": "xtools-at", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "sourcify", "verify" ], "scripts": { "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", "lint": "tslint --config tslint.json --project tsconfig.json", "test": "mocha --exit --recursive 'test/**/*.test.ts'", "build": "tsc", "watch": "tsc -w", "prepublishOnly": "npm run build" }, "files": [ "dist/src/", "src/", "LICENSE", "README.md" ], "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "hardhat": "^2.13.0", "mocha": "^10.2.0", "prettier": "2.8.7", "ts-node": "^10.9.1", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0", "typescript": "^5.0.2" }, "peerDependencies": { "hardhat": "^2.0.0" }, "dependencies": { "@types/node": "^18.15.7", "axios": "^1.3.4", "form-data": "^4.0.0" } }