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