UNPKG

1.26 kBJSONView Raw
1{
2 "author": "Richard Moore <me@ricmoo.com>",
3 "dependencies": {
4 "@ethersproject/bignumber": "^5.7.0",
5 "@ethersproject/bytes": "^5.7.0",
6 "@ethersproject/keccak256": "^5.7.0",
7 "@ethersproject/logger": "^5.7.0",
8 "@ethersproject/rlp": "^5.7.0"
9 },
10 "description": "Utilities for handling Ethereum Addresses for ethers.",
11 "ethereum": "donations.ethers.eth",
12 "funding": [
13 {
14 "type": "individual",
15 "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
16 },
17 {
18 "type": "individual",
19 "url": "https://www.buymeacoffee.com/ricmoo"
20 }
21 ],
22 "gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b",
23 "keywords": [
24 "Ethereum",
25 "ethers"
26 ],
27 "license": "MIT",
28 "main": "./lib/index.js",
29 "module": "./lib.esm/index.js",
30 "name": "@ethersproject/address",
31 "publishConfig": {
32 "access": "public"
33 },
34 "repository": {
35 "directory": "packages/address",
36 "type": "git",
37 "url": "git://github.com/ethers-io/ethers.js.git"
38 },
39 "scripts": {
40 "test": "echo \"Error: no test specified\" && exit 1"
41 },
42 "sideEffects": false,
43 "tarballHash": "0x6732663914c6efc33735eb97dc36ecaf0ecf4ff34ad1877ee7b842f1c27f98f4",
44 "types": "./lib/index.d.ts",
45 "version": "5.7.0"
46}