38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/abi": "^5.0.3",
|
|
"@ethersproject/abstract-provider": "^5.0.3",
|
|
"@ethersproject/abstract-signer": "^5.0.3",
|
|
"@ethersproject/address": "^5.0.3",
|
|
"@ethersproject/bignumber": "^5.0.6",
|
|
"@ethersproject/bytes": "^5.0.4",
|
|
"@ethersproject/constants": "^5.0.3",
|
|
"@ethersproject/logger": "^5.0.5",
|
|
"@ethersproject/properties": "^5.0.3"
|
|
},
|
|
"description": "Contract abstraction meta-class for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/contracts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"tarballHash": "0xbb157719e14c1a0eedf43a06ece1ebd6bb882fe701ff40996c21e2216e4a41a3",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.3"
|
|
}
|