14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "5.7.2",
|
|
"fs-extra": "^11.2.0",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-solidity": "^1.3.1",
|
|
"solc": "^0.8.7-fixed"
|
|
},
|
|
"scripts": {
|
|
"compile": "yarn solcjs --bin --abi --include-path node_modules/ --base-path . -o . SimpleStorage.sol"
|
|
}
|
|
}
|