{ "name": "contracts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "dependencies": { "@noble/curves": "^2.0.1", "@noble/hashes": "^2.0.1", "ethers": "^6.16.0", "solc": "^0.8.19" } }