{
  "name": "@formatjs/intl-relativetimeformat",
  "version": "4.5.16",
  "description": "Formats JavaScript dates to relative time strings.",
  "keywords": [
    "intl",
    "i18n",
    "relative",
    "time",
    "moment",
    "format",
    "date"
  ],
  "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-pluralrules": "^1.5.9",
    "@types/jest": "^25.2.1",
    "formatjs-extract-cldr-data": "^10.1.8",
    "ts-jest": "^25.4.0"
  },
  "dependencies": {
    "@formatjs/intl-utils": "^2.3.0"
  },
  "main": "dist/index.js",
  "module": "lib/index.js",
  "types": "lib/intl-relativetimeformat.d.ts",
  "scripts": {
    "build": "yarn run cldr && yarn run compile",
    "cldr": "ts-node scripts/cldr",
    "clean": "rimraf dist lib dist-es6 *.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"
  },
  "files": [
    "dist-es6",
    "dist",
    "lib",
    "polyfill-locales.js",
    "polyfill.js",
    "src"
  ],
  "homepage": "https://github.com/formatjs/formatjs",
  "license": "MIT",
  "gitHead": "5b218606c3ec03e332f472706fffd04153c20dae"
}
