34 lines
892 B
JSON
34 lines
892 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.138",
|
|
"@ethersproject/constants": ">=5.0.0-beta.133",
|
|
"@ethersproject/logger": ">=5.0.0-beta.137"
|
|
},
|
|
"description": "Unit conversion functions for Ethereum.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers",
|
|
"units",
|
|
"conversion"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/units",
|
|
"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": "0xd01735693d1e33840b67eadad1a24acc7fb52db56de2e6005d604fac9455ea11",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.133"
|
|
}
|