2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/contracts",
|
2019-08-25 09:39:20 +03:00
|
|
|
"version": "5.0.0-beta.137",
|
2019-07-21 02:16:57 +03:00
|
|
|
"description": "Contract abstraction meta-class for ethers.",
|
2019-08-25 09:39:20 +03:00
|
|
|
"main": "./lib/index.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-01 06:56:02 +03:00
|
|
|
"@ethersproject/abi": ">=5.0.0-beta.137",
|
|
|
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
|
|
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
|
|
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
|
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
|
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
|
|
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
|
|
|
"@ethersproject/transactions": ">=5.0.0-beta.128"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-08-25 09:39:20 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"tarballHash": "0x3506d2a5a71c8d884650f4c345468885f236c3bb8446ef6d192f370f78cc402c"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|