{
  "name": "@redhat-cloud-services/frontend-components-translations",
  "version": "4.3.1",
  "description": "Translations package for RedHat Cloud Services project.",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "extract": "formatjs extract -- \"src/**/*.{js,jsx}\" --out-file build/messages/src/messages.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RedHatInsights/frontend-components.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/RedHatInsights/frontend-components/issues"
  },
  "homepage": "https://github.com/RedHatInsights/frontend-components/tree/master/packages/translations#readme",
  "peerDependencies": {
    "prop-types": "^15.6.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-intl": "^6.4.4"
  },
  "optionalDependencies": {
    "@redhat-cloud-services/frontend-components-utilities": "^7.0.0"
  },
  "devDependencies": {
    "@formatjs/cli": "^6.1.3"
  }
}
