{
  "name": "@formatjs/intl-displaynames",
  "version": "2.2.9",
  "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": "^3.5.0"
  },
  "devDependencies": {
    "@formatjs/intl-getcanonicallocales": "^1.2.7",
    "@types/chalk": "^2.2.0",
    "@types/jest": "^25.2.1",
    "chalk": "^4.0.0",
    "cldr-localenames-full": "^36.0.0",
    "jest": "^25.4.0",
    "ts-jest": "^25.4.0"
  },
  "scripts": {
    "cldr": "ts-node scripts/cldr --outDir dist/locale-data --test262MainFile dist-es6/test262-main.js --polyfillLocalesOutFile polyfill-locales.js",
    "build": "yarn cldr && yarn compile && yarn rollup",
    "clean": "rimraf dist dist-es6 lib *.tsbuildinfo",
    "jest": "cross-env cross-env NODE_ENV=test jest",
    "test262": "cross-env 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": "76e649f2f673c1344fe29ccf739d4b4ebd573ead"
}
