mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Update package.json
adding compile step for convenience adding dependencies
This commit is contained in:
parent
4b2703c9ef
commit
8f9f38781b
1 changed files with 9 additions and 2 deletions
|
|
@ -8,7 +8,10 @@
|
||||||
"test": "tests"
|
"test": "tests"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
@ -18,6 +21,10 @@
|
||||||
"hardhat": "^2.22.17"
|
"hardhat": "^2.22.17"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue