{ "author": "Richard Moore ", "dependencies": { "@ethersproject/abstract-signer": "^5.0.3", "@ethersproject/address": "^5.0.3", "@ethersproject/bytes": "^5.0.4", "@ethersproject/hdnode": "^5.0.3", "@ethersproject/keccak256": "^5.0.3", "@ethersproject/logger": "^5.0.5", "@ethersproject/pbkdf2": "^5.0.3", "@ethersproject/properties": "^5.0.3", "@ethersproject/random": "^5.0.3", "@ethersproject/strings": "^5.0.3", "@ethersproject/transactions": "^5.0.3", "aes-js": "3.0.0", "scrypt-js": "3.0.1" }, "description": "Wallet management utilities for KeyStore and Crowdsale JSON wallets.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/json-wallets", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0xcff3f234273ff7c412bb3be96324f5d35e74de5cb2354bd6bfbf05997518e970", "types": "./lib/index.d.ts", "version": "5.0.5" }