{ "author": "Richard Moore ", "dependencies": { "@ethersproject/bytes": "^6.0.0-beta.1", "@ethersproject/logger": "^6.0.0-beta.1" }, "description": "Ethers math utilities and operations.", "engines" : { "node" : ">=12.17.0" }, "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "bignumber", "math", "bn" ], "license": "MIT", "main": "./lib/index.js", "name": "@ethersproject/math", "publishConfig": { "access": "public", "tag": "beta" }, "repository": { "directory": "packages/math", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "type": "module", "types": "./lib/index.d.ts", "version": "6.0.0-beta.1" }