ethers.js/packages/json-wallets/package.json
2021-03-30 15:22:45 -04:00

54 lines
1.5 KiB
JSON

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