{
  "name": "@formatjs/intl-pluralrules",
  "version": "1.5.9",
  "description": "Polyfill for intl plural rules",
  "keywords": [
    "polyfill",
    "i18n",
    "intl",
    "plural",
    "rules"
  ],
  "author": "Long Ho <holevietlong@gmail.com>",
  "homepage": "https://github.com/formatjs/formatjs",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "types": "lib/intl-pluralrules.d.ts",
  "files": [
    "dist-es6",
    "dist",
    "lib",
    "polyfill-locales.js",
    "polyfill.js",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formatjs/formatjs.git"
  },
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/serialize-javascript": "^1.5.0",
    "formatjs-extract-cldr-data": "^10.1.8",
    "jest": "^25.4.0",
    "make-plural-compiler": "^5.1.0",
    "serialize-javascript": "^3.0.0",
    "ts-jest": "^25.4.0"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^2.3.0"
  },
  "scripts": {
    "build": "yarn run cldr && yarn run compile",
    "cldr": "ts-node scripts/cldr",
    "clean": "rimraf dist lib dist-es6 polyfill-locales.js *.tsbuildinfo",
    "compile": "tsc && tsc -p tsconfig.esm.json && api-extractor run --local && tsc -p tsconfig.es6.json && rollup -c rollup.config.js",
    "jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu cross-env NODE_ENV=test jest",
    "test262": "cross-env NODE_ICU_DATA=../../node_modules/full-icu ts-node tests/runner",
    "test": "yarn run jest && yarn run test262"
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "gitHead": "5b218606c3ec03e332f472706fffd04153c20dae"
}
