54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.0.10",
|
|
"@ethersproject/address": "^5.0.9",
|
|
"@ethersproject/bytes": "^5.0.9",
|
|
"@ethersproject/hdnode": "^5.0.8",
|
|
"@ethersproject/keccak256": "^5.0.7",
|
|
"@ethersproject/logger": "^5.0.8",
|
|
"@ethersproject/pbkdf2": "^5.0.7",
|
|
"@ethersproject/properties": "^5.0.7",
|
|
"@ethersproject/random": "^5.0.7",
|
|
"@ethersproject/strings": "^5.0.8",
|
|
"@ethersproject/transactions": "^5.0.9",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "3.0.1"
|
|
},
|
|
"description": "Wallet management utilities for KeyStore and Crowdsale JSON wallets.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/json-wallets",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/json-wallets",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x1d2395a8e8ad28a926ec3ede5ec2942b4f770e56f6a320dcc942f149456bca43",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.11"
|
|
}
|