ethers.js/packages/json-wallets/package.json
2020-06-12 21:07:12 -04:00

43 lines
1.2 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-signer": "^5.0.0",
"@ethersproject/address": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/hdnode": "^5.0.0",
"@ethersproject/keccak256": "^5.0.0",
"@ethersproject/logger": "^5.0.0",
"@ethersproject/pbkdf2": "^5.0.0",
"@ethersproject/properties": "^5.0.0",
"@ethersproject/random": "^5.0.0",
"@ethersproject/strings": "^5.0.0",
"@ethersproject/transactions": "^5.0.0",
"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": "0x85620a4056580964aa552122cc26ea52bf61def8ff3fb001111d1a8f4ab5ba6d",
"types": "./lib/index.d.ts",
"version": "5.0.0"
}