UNPKG

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