{
  "name": "chai-bn",
  "version": "0.3.1",
  "description": "Chai assertions for comparing arbitrary-precision integers using the bignumber.js library",
  "main": "chai-bn.js",
  "types": "chai-bn.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha test/*.js"
  },
  "devDependencies": {
    "bn.js": "^5.2.0",
    "chai": "^4.3.4",
    "eslint": "^7.31.0",
    "eslint-plugin-mocha-no-only": "^1.1.1",
    "mocha": "^9.0.2"
  },
  "author": "Nicolas Venturo <nicolas.venturo@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/ZeppelinSolutions/chai-bn#readme",
  "repository": {
    "type": "git",
    "url": "git://github.com/ZeppelinSolutions/chai-bn"
  },
  "keywords": [
    "chai",
    "chai-plugin",
    "math",
    "test",
    "arbitrary",
    "precision",
    "arithmetic",
    "big",
    "number",
    "decimal",
    "float",
    "bignumber",
    "bn"
  ],
  "files": [
    "chai-bn.js",
    "chai-bn.d.ts"
  ],
  "dependencies": {},
  "peerDependencies": {
    "bn.js": "^5.0.0",
    "chai": "^4.0.0"
  }
}
