2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/solidity/package.json

34 lines
969 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/solidity",
2019-09-08 02:46:53 -04:00
"version": "5.0.0-beta.127",
2019-05-14 18:25:46 -04:00
"description": "Solidity coder for non-standard (tight) packing.",
"main": "./lib/index.js",
2019-05-14 18:25:46 -04:00
"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"
2019-05-14 18:25:46 -04:00
},
"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",
2019-09-08 02:46:53 -04:00
"ethereum": "donations.ethers.eth",
"tarballHash": "0xc2a19838a45f6751775a0e8a0f68c81ce5889081b747f6cf57afab37b1ea3dca"
2019-05-14 18:25:46 -04:00
}