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

27 lines
756 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/abstract-signer",
2019-06-11 17:57:04 -04:00
"version": "5.0.0-beta.127",
2019-05-14 18:25:46 -04:00
"description": "Error utility functions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
"@ethersproject/bignumber": ">5.0.0-beta.0",
"@ethersproject/bytes": ">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"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-06-11 17:57:04 -04:00
"tarballHash": "0xd9b7bb0ec627b00472f857c47fae281eff630aa11696650a6b311693e8d4e965"
2019-05-14 18:25:46 -04:00
}