Skip to content

Commit 8f9f387

Browse files
Update package.json
adding compile step for convenience adding dependencies
1 parent 4b2703c commit 8f9f387

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

hardhat/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"test": "tests"
99
},
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"compile": "npx hardhat compile",
13+
"deploy": "npx hardhat run scripts/deploy.js",
14+
"audit-fix": "npm audit fix --force"
1215
},
1316
"keywords": [],
1417
"author": "",
@@ -18,6 +21,10 @@
1821
"hardhat": "^2.22.17"
1922
},
2023
"dependencies": {
21-
"@openzeppelin/contracts": "^5.1.0"
24+
"@openzeppelin/contracts": "^5.1.0",
25+
"@ethersproject/contracts": "^5.0.0",
26+
"glob": "^9.0.0",
27+
"elliptic": "^6.5.8",
28+
"ws": "^8.0.0"
2229
}
2330
}

0 commit comments

Comments
 (0)