43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.142",
|
|
"@ethersproject/address": ">=5.0.0-beta.134",
|
|
"@ethersproject/bytes": ">=5.0.0-beta.137",
|
|
"@ethersproject/hdnode": ">=5.0.0-beta.139",
|
|
"@ethersproject/keccak256": ">=5.0.0-beta.131",
|
|
"@ethersproject/logger": ">=5.0.0-beta.137",
|
|
"@ethersproject/pbkdf2": ">=5.0.0-beta.135",
|
|
"@ethersproject/properties": ">=5.0.0-beta.140",
|
|
"@ethersproject/random": ">=5.0.0-beta.135",
|
|
"@ethersproject/strings": ">=5.0.0-beta.136",
|
|
"@ethersproject/transactions": ">=5.0.0-beta.135",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "3.0.1",
|
|
"uuid": "2.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": "0x095861746097c0e77ceed3ec162a515cd9ffddaeb9e9efd7a4c423a72442789c",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.140"
|
|
}
|