{
"name": "simple",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ethers": "6.10.0",
"fs": "0.0.2",
"solc_0_8_24": "npm:solc@0.8.24"
},
"devDependencies": {
"eslint": "9.21.0"
},
"type": "commonjs"
}