{
  "name": "react-intl-universal",
  "version": "2.13.4",
  "description": "Internationalize React apps. Not only for React component but also for Vanilla JS.",
  "keywords": [
    "intl",
    "i18n",
    "internationalization",
    "locale",
    "localization",
    "globalization",
    "react",
    "format",
    "translate",
    "plural",
    "icu"
  ],
  "main": "./lib/index.js",
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./lib/index.js",
      "types": "./typings/index.d.ts"
    }
  },
  "scripts": {
    "test": "jest --coverage",
    "test:watch": "jest --watch --verbose --coverage",
    "clean": "rimraf coverage/ lib/",
    "build": "rollup -c rollup.config.js && cp ../../README.md ./",
    "preversion": "npm run clean && npm run build && npm run test",
    "prepublish": "npm run clean && npm run build",
    "postinstall": "node ./scripts/postinstall.js"
  },
  "license": "BSD-3-Clause",
  "dependencies": {
    "escape-html": "^1.0.3",
    "intl-messageformat": "^7.8.4",
    "invariant": "^2.2.4",
    "lodash.merge": "^4.6.2"
  },
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^22.0.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-es2015-rollup": "^3.0.0",
    "jest": "^22.4.4",
    "jest-cli": "^22.4.4",
    "react": "^15.4.2",
    "rimraf": "^2.4.2",
    "rollup": "^0.41.4",
    "rollup-plugin-babel": "^2.3.9",
    "rollup-plugin-commonjs": "^7.0.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "react"
    ]
  },
  "jest": {
    "transform": {
      ".*": "<rootDir>/node_modules/babel-jest"
    },
    "testRegex": "/test/.*\\.test.js",
    "testPathIgnorePatterns": [],
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "coverageReporters": [
      "lcov",
      "text",
      "text-summary",
      "html"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 80,
        "functions": 80,
        "lines": 80,
        "statements": 80
      }
    },
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "homepage": "https://github.com/alibaba/react-intl-universal",
  "repository": {
    "type": "git",
    "url": "https://github.com/alibaba/react-intl-universal.git"
  },
  "types": "./typings/index.d.ts"
}
