{
  "name": "bigint-money",
  "version": "2.0.0",
  "description": "A Money class for high precision calculations using the ESnext bigint type.",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "make test",
    "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": {
    "@types/node": "^20.12.7",
    "@typescript-eslint/eslint-plugin": "^7.7.0",
    "@typescript-eslint/parser": "^7.7.0",
    "eslint": "^8.57.0",
    "tsx": "^4.7.2",
    "typescript": "^5.4.5"
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "files": [
    "browser",
    "dist",
    "LICENSE",
    "readme.md"
  ]
}
