UNPKG

hardhat-ignition-deploy-everything

Version:

A hardhat plugin providing the ability to list and manage a bunch of hardhat-ignition deployments to execute at once (even conditional deployment modules)

23 lines (22 loc) 550 B
{ "name": "sample-project-with-viem", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0", "hardhat": "^2.22.5", "hardhat-blueprints": "^1.2.1", "hardhat-common-tools": "^1.4.0", "hardhat-enquirer-plus": "^1.4.0", "hardhat-ignition-deploy-everything": "file:.." }, "dependencies": { "enquirer-plus": "^1.0.10" } }