2019-05-15 01:25:46 +03:00
|
|
|
{
|
2019-11-23 15:38:13 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-15 01:25:46 +03:00
|
|
|
"dependencies": {
|
2020-09-11 09:10:58 +03:00
|
|
|
"@ethersproject/abi": "^5.0.5",
|
|
|
|
"@ethersproject/abstract-provider": "^5.0.4",
|
|
|
|
"@ethersproject/abstract-signer": "^5.0.4",
|
|
|
|
"@ethersproject/address": "^5.0.4",
|
|
|
|
"@ethersproject/bignumber": "^5.0.7",
|
2020-08-25 08:53:48 +03:00
|
|
|
"@ethersproject/bytes": "^5.0.4",
|
2020-09-11 09:10:58 +03:00
|
|
|
"@ethersproject/constants": "^5.0.4",
|
2020-08-25 08:53:48 +03:00
|
|
|
"@ethersproject/logger": "^5.0.5",
|
|
|
|
"@ethersproject/properties": "^5.0.3"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"description": "Contract abstraction meta-class for ethers.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-15 01:25:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 15:38:13 +03:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/contracts",
|
2019-05-15 01:25:46 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-09-26 10:27:47 +03:00
|
|
|
"tarballHash": "0x82fb83236d1d58cf1e61bbb0b5cb6c268733ce68facdc1d247aa11527808fd20",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-09-23 06:18:45 +03:00
|
|
|
"version": "5.0.5"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|