ethers.js/packages/units/package.json
2020-08-25 01:53:48 -04:00

34 lines
853 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.0.6",
"@ethersproject/constants": "^5.0.3",
"@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"
},
"tarballHash": "0x53bda63c1c8a15b009bfe81da76d5c542f8351827fa814a63932955249b79381",
"types": "./lib/index.d.ts",
"version": "5.0.3"
}