UNPKG

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