{
  "name": "@formatjs/intl-numberformat",
  "version": "4.2.11",
  "description": "Ponyfill for ES2020 Intl.NumberFormat",
  "keywords": [
    "polyfill",
    "i18n",
    "numberformat",
    "intl",
    "Intl.NumberFormat"
  ],
  "contributors": [
    "Linjie Ding <linjie@airtable.com>",
    "Long Ho <holevietlong@gmail.com>"
  ],
  "homepage": "https://github.com/formatjs/formatjs",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "types": "lib/intl-numberformat.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formatjs/formatjs.git"
  },
  "files": [
    "dist",
    "lib",
    "polyfill.js",
    "src"
  ],
  "devDependencies": {
    "@formatjs/intl-getcanonicallocales": "^1.2.7",
    "@formatjs/intl-pluralrules": "^2.2.11",
    "@types/jest": "^25.2.1",
    "chalk": "^4.0.0",
    "cldr-core": "^36.0.0",
    "cldr-numbers-full": "^36.0.0",
    "cldr-units-full": "^36.0.0",
    "core-js": "^3.6.5",
    "jest": "^25.4.0",
    "ts-jest": "^25.4.0"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^3.5.0"
  },
  "scripts": {
    "benchmark": "ts-node tests/benchmark",
    "build": "yarn run cldr && yarn run compile && yarn run rollup",
    "build:test262": "tsc -p tsconfig.es6.json && yarn run rollup",
    "cldr": "NODE_OPTIONS=--max-old-space-size=8192 ts-node scripts/cldr --outDir dist/locale-data --testDataDir tests/data --test262MainFile dist-es6/test262-main.js && ts-node scripts/digit-mapping --out src/data/digit-mapping.json && ts-node scripts/currency-digits --out src/data/currency-digits.json && ts-node scripts/numbering-systems --out src/data/numbering-systems.json && ts-node scripts/units-constants --out src/data/units-constants.ts",
    "clean": "rimraf dist dist-es6 lib src/locales.ts *.tsbuildinfo",
    "compile": "NODE_OPTIONS=--max-old-space-size=8192 tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local",
    "jest": "cross-env cross-env NODE_ENV=test jest",
    "rollup": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c rollup.config.js",
    "test": "yarn jest && yarn test262",
    "test262": "cross-env ts-node tests/runner"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json"
      }
    }
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "gitHead": "76e649f2f673c1344fe29ccf739d4b4ebd573ead"
}
