UNPKG

@ethersproject/bignumber

Version:

BigNumber library used in ethers.js.

46 lines (45 loc) 1.17 kB
{ "author": "Richard Moore <me@ricmoo.com>", "dependencies": { "@ethersproject/bytes": "^5.8.0", "@ethersproject/logger": "^5.8.0", "bn.js": "^5.2.1" }, "description": "BigNumber library used in ethers.js.", "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" } ], "gitHead": "fa5f647bb2cde63dd0b9664c42cbfbdc1515e800", "keywords": [ "Ethereum", "bignumber", "bn" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/bignumber", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/bignumber", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "tarballHash": "0x291c02c7038661f827ffa88241e1cc3c57f780033bca702a3cda07b33893241c", "types": "./lib/index.d.ts", "version": "5.8.0" }