35 lines
877 B
JSON
35 lines
877 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.0.7",
|
|
"@ethersproject/constants": "^5.0.4",
|
|
"@ethersproject/logger": "^5.0.5"
|
|
},
|
|
"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"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x4b71dd8d11391bb9195d6718653bc8bdc807d4fe00d9d25fa587efb18444a034",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.7"
|
|
}
|