{
  "name": "@formatjs/bigdecimal",
  "version": "0.2.7",
  "description": "BigInt-backed decimal arithmetic for ECMA-402 polyfills",
  "keywords": [
    "bigdecimal",
    "bigint",
    "decimal",
    "ecma402",
    "i18n",
    "intl"
  ],
  "homepage": "https://github.com/formatjs/formatjs#readme",
  "bugs": "https://github.com/formatjs/formatjs/issues",
  "license": "MIT",
  "author": "Long Ho <holevietlong@gmail.com>",
  "repository": {
    "type": "git",
    "url": "formatjs/formatjs.git"
  },
  "type": "module",
  "sideEffects": false,
  "types": "index.d.ts",
  "exports": {
    ".": "./index.js"
  }
}