@tenderly/hardhat-integration
Version:
Hardhat plugin for integration with Tenderly
66 lines (65 loc) • 1.83 kB
JSON
{
"name": "@tenderly/hardhat-integration",
"author": "Tenderly",
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Hardhat plugin for integration with Tenderly",
"version": "1.1.1",
"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": {
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"@types/npm-registry-fetch": "^8.0.7"
},
"dependencies": {
"axios": "^1.6.7",
"fs-extra": "^10.1.0",
"hardhat-deploy": "^0.11.43",
"ts-node": "^10.9.1",
"tslog": "^4.3.1",
"typescript": "^5.5.4",
"dotenv": "^16.4.5",
"@tenderly/api-client": "^1.1.0",
"npm-registry-fetch": "^17.1.0",
"semver": "^7.6.3"
},
"peerDependencies": {
"hardhat": "^2.22.6"
}
}