ethers.js/packages/solidity/package.json

34 lines
969 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": ">=5.0.0-beta.130",
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/keccak256": ">=5.0.0-beta.127",
"@ethersproject/sha2": ">=5.0.0-beta.129",
"@ethersproject/strings": ">=5.0.0-beta.130"
},
"description": "Solidity coder for non-standard (tight) packing.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/solidity",
"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": "0x6520b93c70b036f27ac090af36eae4f7a71eba44163898de731b9476938af718",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.131"
}