{
  "name": "@formatjs/intl-listformat",
  "version": "1.4.8",
  "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": {
    "@types/jest": "^25.2.1",
    "formatjs-extract-cldr-data": "^10.1.8",
    "jest": "^25.4.0",
    "ts-jest": "^25.4.0"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^2.3.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",
    "clean": "rimraf dist lib dist-es6 dist-es6 *.tsbuildinfo",
    "compile": "tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local && rollup -c rollup.config.js",
    "jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu NODE_ENV=test jest",
    "test": "yarn run jest && cross-env NODE_ICU_DATA=../../node_modules/full-icu ts-node tests/runner"
  },
  "homepage": "https://github.com/formatjs/formatjs",
  "license": "MIT",
  "gitHead": "5b218606c3ec03e332f472706fffd04153c20dae"
}
