{
  "name": "babel-plugin-react-intl",
  "version": "3.5.1",
  "description": "Extracts string messages for translation from modules that use React Intl.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formatjs/formatjs.git"
  },
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Eric Ferraiuolo <edf@ericf.me>",
  "dependencies": {
    "@babel/core": "^7.4.5",
    "@babel/helper-plugin-utils": "^7.0.0",
    "@types/babel__core": "^7.1.2",
    "fs-extra": "^8.0.1",
    "intl-messageformat-parser": "^1.8.1"
  },
  "scripts": {
    "clean": "rimraf lib test/fixtures/**/actual.json",
    "test": "TS_NODE_PROJECT='./tsconfig.cjs.json' cross-env NODE_ENV=test jest",
    "cover": "npm t -- --coverage",
    "build": "tsc && tsc -p tsconfig.cjs.json",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "babel-plugin",
    "react-intl"
  ],
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "homepage": "https://github.com/formatjs/formatjs#readme",
  "gitHead": "60ddf374ed659ffe2f3807c3c7df411c80492761"
}
