{
  "name": "@formatjs/intl-displaynames",
  "version": "1.2.10",
  "description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
  "keywords": [
    "i18n",
    "polyfill",
    "intl-polyfill",
    "localization",
    "formatjs",
    "Intl.DisplayNames",
    "Intl"
  ],
  "author": "Linjie Ding <pyrocat101@users.noreply.github.com>",
  "homepage": "https://github.com/formatjs/formatjs",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "module:es6": "dist-es6/index.js",
  "types": "lib/index.d.js",
  "files": [
    "dist",
    "lib",
    "polyfill.js",
    "polyfill-locales.js",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formatjs/formatjs.git"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^2.3.0"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/jest": "^25.2.1",
    "chalk": "^4.0.0",
    "formatjs-extract-cldr-data": "^10.1.8",
    "jest": "^25.4.0",
    "ts-jest": "^25.4.0"
  },
  "scripts": {
    "cldr": "ts-node scripts/cldr",
    "build": "yarn run cldr && yarn run compile && yarn run rollup",
    "clean": "rimraf dist dist-es6 lib *.tsbuildinfo",
    "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",
    "rollup": "rollup -c rollup.config.js",
    "compile": "tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local"
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "gitHead": "5b218606c3ec03e332f472706fffd04153c20dae"
}
