UNPKG

1.17 kBJSONView Raw
1{
2 "author": "Richard Moore <me@ricmoo.com>",
3 "dependencies": {
4 "@ethersproject/bytes": "^5.6.0",
5 "@ethersproject/logger": "^5.6.0",
6 "bn.js": "^4.11.9"
7 },
8 "description": "BigNumber library used in ethers.js.",
9 "ethereum": "donations.ethers.eth",
10 "funding": [
11 {
12 "type": "individual",
13 "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
14 },
15 {
16 "type": "individual",
17 "url": "https://www.buymeacoffee.com/ricmoo"
18 }
19 ],
20 "gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
21 "keywords": [
22 "Ethereum",
23 "bignumber",
24 "bn"
25 ],
26 "license": "MIT",
27 "main": "./lib/index.js",
28 "module": "./lib.esm/index.js",
29 "name": "@ethersproject/bignumber",
30 "publishConfig": {
31 "access": "public"
32 },
33 "repository": {
34 "directory": "packages/bignumber",
35 "type": "git",
36 "url": "git://github.com/ethers-io/ethers.js.git"
37 },
38 "scripts": {
39 "test": "echo \"Error: no test specified\" && exit 1"
40 },
41 "sideEffects": false,
42 "tarballHash": "0xffcf139ec01d3c95ed1f8b9274398ce62c61e6db410ae30d23609c7227d94992",
43 "types": "./lib/index.d.ts",
44 "version": "5.6.0"
45}