36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@ethersproject/json-wallets",
|
|
"version": "5.0.0-beta.126",
|
|
"description": "Wallet management utilities for KeyStore and Crowdsale JSON wallets.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
|
"@ethersproject/address": ">5.0.0-beta.0",
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/hdnode": ">5.0.0-beta.0",
|
|
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
|
"@ethersproject/pbkdf2": ">5.0.0-beta.0",
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
"@ethersproject/random": ">5.0.0-beta.0",
|
|
"@ethersproject/strings": ">5.0.0-beta.0",
|
|
"@ethersproject/transactions": ">5.0.0-beta.0",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "2.0.4",
|
|
"uuid": "2.0.1"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"tarballHash": "0xbe8e8166ebbe7eab0bfb951e596dab6573588cd61169f466871da61b752aff61"
|
|
}
|