UNPKG

@tenderly/hardhat-tenderly

Version:

Package for overloading some of the HardhatRuntimeEnvironment components

49 lines (48 loc) 1.46 kB
{ "name": "@tenderly/hardhat-tenderly", "author": "Tenderly", "private": false, "license": "MIT", "homepage": "https://tenderly.co", "description": "Package for overloading some of the HardhatRuntimeEnvironment components", "version": "2.5.2", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/Tenderly/hardhat-tenderly.git" }, "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "tenderly" ], "files": [ "dist/", "LICENSE", "README.md" ], "scripts": { "build": "rm -rf ./dist && rm -f tsconfig.tsbuildinfo && tsc --build .", "clean": "rm -rf node_modules && rm -rf dist && rm -f tsconfig.tsbuildinfo", "lint": "yarn run prettier --check && yarn run eslint", "lint:fix": "yarn run prettier --write && yarn run eslint --fix", "eslint": "eslint 'src/**/*.ts'", "prettier": "prettier \"**/*.{js,md,json}\"", "prepublishOnly": "yarn run build" }, "devDependencies": {}, "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@nomicfoundation/hardhat-verify": "^2.0.8", "@nomicfoundation/hardhat-ethers": "^3.0.0", "@openzeppelin/hardhat-upgrades": "^3.3.0", "@openzeppelin/upgrades-core": "^1.32.2", "ethers": "^6.8.1", "dotenv": "^16.4.5", "@nomicfoundation/hardhat-ignition": "^0.15.5", "@tenderly/hardhat-integration": "^1.1.0" } }