UNPKG

@foundry-rs/hardhat-anvil

Version:

Hardhat plugin for managing Anvil

77 lines (76 loc) 2.14 kB
{ "name": "@foundry-rs/hardhat-anvil", "version": "0.1.7", "description": "Hardhat plugin for managing Anvil", "homepage": "https://github.com/foundry-rs/hardhat", "repository": "github:foundry-rs/hardhat", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "anvil", "foundry", "testing-network" ], "scripts": { "lint": "yarn prettier --check && yarn eslint", "lint:fix": "yarn prettier --write && yarn eslint --fix", "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'", "prettier": "prettier \"**/*.{js,md,json}\"", "test": "mocha --recursive \"test/**/*.ts\" --exit", "build": "tsc --build .", "clean": "rimraf dist" }, "files": [ "dist/", "src/", "LICENSE", "README.md" ], "dependencies": { "@foundry-rs/easy-foundryup": "^0.1.3", "@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.0", "@types/sinon-chai": "^3.2.3", "@types/web3": "1.0.19", "chalk": "^2.4.2", "debug": "^4.1.1", "fs-extra": "^7.0.1", "ethers": "^5.0.0", "ts-interface-checker": "^0.1.9" }, "devDependencies": { "@nomiclabs/eslint-plugin-hardhat-internal-rules": "^1.0.0", "@nomiclabs/hardhat-ethers": "^2.0.0", "@types/chai": "^4.2.0", "@types/debug": "^4.1.4", "@types/fs-extra": "^5.1.0", "@types/mocha": "^9.1.0", "@types/node": "^12.0.0", "@typescript-eslint/eslint-plugin": "4.29.2", "@typescript-eslint/parser": "4.29.2", "chai": "^4.2.0", "eslint": "^7.29.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.24.1", "eslint-plugin-prettier": "3.4.0", "ethereum-waffle": "^3.2.0", "hardhat": "^2.0.0", "mocha": "^9.2.0", "prettier": "2.4.1", "rimraf": "^3.0.2", "ts-interface-builder": "^0.2.0", "ts-node": "^8.1.0", "typescript": "~4.5.2" }, "peerDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.0", "ethereum-waffle": "^3.2.0", "ethers": "^5.0.0", "hardhat": "^2.0.0" } }