ethers.js/packages/units/package.json
2021-06-24 02:13:06 -04:00

46 lines
1.1 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/logger": "^5.4.0"
},
"description": "Unit conversion functions for Ethereum.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"keywords": [
"Ethereum",
"ethers",
"units",
"conversion"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/units",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/units",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x5f18b8ba836eb19a517a206427c9b331e21479e7ee7caee1909cf2547ebb65b1",
"types": "./lib/index.d.ts",
"version": "5.4.0"
}