2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/contracts",
|
2019-06-28 23:18:04 +03:00
|
|
|
"version": "5.0.0-beta.133",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Error utility functions for ethers.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/abi": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/address": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/constants": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/errors": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/transactions": ">5.0.0-beta.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-06-28 23:18:04 +03:00
|
|
|
"tarballHash": "0x36273887374b3b52f35f3d051b3851d6cb121cfb4c3ead3a2b269a115aaee88e"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|