{ "name": "node-evm-wallets", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "npx ts-node index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@types/node": "^18.11.14", "ts-node": "^10.9.1", "typescript": "^4.8.4" }, "dependencies": { "ethers": "^5.7.2" } }