{
  "name": "@formatjs/intl-listformat",
  "version": "2.2.9",
  "description": "Formats JS list in a i18n-safe way",
  "keywords": [
    "intl",
    "i18n",
    "list",
    "format",
    "formatjs"
  ],
  "author": "Long Ho <holevietlong@gmail.com>",
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:formatjs/formatjs.git"
  },
  "devDependencies": {
    "@formatjs/intl-getcanonicallocales": "^1.2.7",
    "@types/jest": "^25.2.1",
    "cldr-misc-full": "^36.0.0",
    "jest": "^25.4.0",
    "ts-jest": "^25.4.0"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^3.5.0"
  },
  "main": "dist/index.js",
  "module": "lib/index.js",
  "types": "lib/intl-listformat.d.ts",
  "files": [
    "dist-es6",
    "dist",
    "lib",
    "polyfill-locales.js",
    "polyfill.js",
    "src"
  ],
  "scripts": {
    "build": "yarn run cldr && yarn run compile",
    "cldr": "ts-node scripts/cldr --outDir dist/locale-data --polyfillLocalesOutFile polyfill-locales.js",
    "clean": "rimraf dist lib dist-es6 dist-es6 *.tsbuildinfo",
    "test262:gen": "cat lib/polyfill-force.js dist/locale-data/*.js > dist-es6/locales.js",
    "compile": "tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local && yarn test262:gen && rollup -c rollup.config.js",
    "jest": "cross-env NODE_ENV=test jest",
    "test": "yarn run jest && cross-env ts-node tests/runner"
  },
  "homepage": "https://github.com/formatjs/formatjs",
  "license": "MIT",
  "gitHead": "76e649f2f673c1344fe29ccf739d4b4ebd573ead"
}
