mhunt_infura/package.json
2024-08-28 22:28:33 +05:30

18 lines
332 B
JSON

{
"name": "web3test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"ethers": "^6.13.2",
"express": "^4.19.2",
"web3": "^4.11.1"
}
}