ethers.js/packages/units/package.json
2019-11-20 18:57:38 +09:00

34 lines
892 B
JSON

{
"name": "@ethersproject/units",
"version": "5.0.0-beta.131",
"description": "Unit conversion functions for Ethereum.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bignumber": ">=5.0.0-beta.130",
"@ethersproject/constants": ">=5.0.0-beta.128",
"@ethersproject/logger": ">=5.0.0-beta.129"
},
"keywords": [
"Ethereum",
"ethers",
"units",
"conversion"
],
"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": "0x1021d789790a06156cb1c435eddd8ede86ed98e07cc05c0e75ad3464d09d2b9e"
}