ethers.js/packages/solidity/package.json
2019-10-17 01:12:03 +09:00

34 lines
969 B
JSON

{
"name": "@ethersproject/solidity",
"version": "5.0.0-beta.129",
"description": "Solidity coder for non-standard (tight) packing.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"types": "./lib/index.d.ts",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x885ac249302c75192b4054cf52b4e3a4c6594049bf547b2e301753892f874a68"
}