chai-decimaljs
Version:
Chai assertions for comparing arbitrary-precision decimals using the decimal.js library
52 lines (51 loc) • 1.14 kB
JSON
{
"name": "chai-decimaljs",
"version": "0.0.1",
"description": "Chai assertions for comparing arbitrary-precision decimals using the decimal.js library",
"main": "chai-decimal.js",
"types": "chai-decimal.d.ts",
"scripts": {
"lint": "eslint .",
"test": "mocha test/*.js"
},
"devDependencies": {
"decimal.js": "^10.3.1",
"chai": "^4.3.4",
"eslint": "^7.31.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"mocha": "^9.0.2",
"@types/chai": "^4.3.0"
},
"author": "Hubble Protocol Dev Team <dev@hubbleprotocol.io>",
"license": "MIT",
"homepage": "https://github.com/hubbleprotocol/chai-decimaljs",
"repository": {
"type": "git",
"url": "git://github.com/hubbleprotocol/chai-decimaljs"
},
"keywords": [
"chai",
"chai-plugin",
"math",
"test",
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"decimal.js",
"float",
"bignumber",
"bn"
],
"files": [
"chai-decimal.js",
"chai-decimal.d.ts"
],
"dependencies": {},
"peerDependencies": {
"decimal.js": "^10.0.0",
"chai": "^4.0.0"
}
}