UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

13 lines (12 loc) 260 B
{ "name": "template-minimal", "private": true, "version": "0.0.1", "description": "A minimal Hardhat project", "type": "module", "devDependencies": { "hardhat": "workspace:^3.4.3", "@types/node": "^22.8.5", "typescript": "~5.8.0" } }