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

33 lines
931 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/solidity",
"version": "5.0.0-beta.126",
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",
"tarballHash": "0x85cb1539ac02e0374553e57ec7fa08f773d907ff078d6b495071b4f98a64e516"
2019-05-14 18:25:46 -04:00
}