UNPKG

bigint-money

Version:

A Money class for high precision calculations using the ESnext bigint type.

54 lines (53 loc) 1.15 kB
{ "name": "bigint-money", "version": "2.0.1", "description": "A Money class for high precision calculations using the ESnext bigint type.", "main": "dist/index.js", "type": "module", "scripts": { "test": "make test", "lint": "make lint", "prepublishOnly": "make build" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/evert/bigint-money.git" }, "keywords": [ "money", "finance", "fixed-point", "currency", "bigint" ], "author": "Evert Pot", "license": "MIT", "bugs": { "url": "https://github.com/evert/bigint-money/issues" }, "homepage": "https://github.com/evert/bigint-money#readme", "devDependencies": { "@eslint/eslintrc": "^3.3.4", "@eslint/js": "^10.0.1", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^8.56.1", "eslint": "^10.0.2", "globals": "^17.4.0", "tsx": "^4.7.2", "typescript": "^5.4.5" }, "nyc": { "extension": [ ".ts" ] }, "files": [ "browser", "dist", "LICENSE", "readme.md" ], "dependencies": { "@typescript-eslint/parser": "^8.56.1" } }