Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
adding compile step for convenience
adding dependencies
  • Loading branch information
nikolaivanovj authored Jan 10, 2025
1 parent 4b2703c commit 8f9f387
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "npx hardhat compile",
"deploy": "npx hardhat run scripts/deploy.js",
"audit-fix": "npm audit fix --force"
},
"keywords": [],
"author": "",
Expand All @@ -18,6 +21,10 @@
"hardhat": "^2.22.17"
},
"dependencies": {
"@openzeppelin/contracts": "^5.1.0"
"@openzeppelin/contracts": "^5.1.0",
"@ethersproject/contracts": "^5.0.0",
"glob": "^9.0.0",
"elliptic": "^6.5.8",
"ws": "^8.0.0"
}
}

0 comments on commit 8f9f387

Please sign in to comment.