2
0
mirror of synced 2025-02-24 20:18:07 +00:00

32 lines
1004 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/contracts",
2019-08-02 02:10:58 -04:00
"version": "5.0.0-beta.135",
"description": "Contract abstraction meta-class for ethers.",
2019-05-14 18:25:46 -04:00
"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",
2019-08-01 18:04:06 -04:00
"@ethersproject/logger": ">5.0.0-beta.0",
2019-05-14 18:25:46 -04:00
"@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-08-02 02:10:58 -04:00
"tarballHash": "0x1f5e01859660fd9090de4b597d7f71ff095f5bddcb894488c8e6848d142bc0c4"
2019-05-14 18:25:46 -04:00
}