ethers.js/packages/solidity/package.json

27 lines
749 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/solidity",
"version": "5.0.0-beta.124",
"description": "Solidity coder for non-standard (tight) packing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bignumber": ">5.0.0-beta.0",
"@ethersproject/bytes": ">5.0.0-beta.0",
"@ethersproject/keccak256": ">5.0.0-beta.0",
"@ethersproject/sha2": ">5.0.0-beta.0",
"@ethersproject/strings": ">5.0.0-beta.0"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"tarballHash": "0xb487ad2d0967bad47bd8829b1009dbf44109fa51734e393d767c537fa1cd95e6"
}