{
  "name": "@visma/react-intl-bundled-messages",
  "version": "1.3.1",
  "description": "`IntlProvider` that lazy loads messages in current language in Webpack environment.",
  "homepage": "https://github.com/Visma-AS/visma/tree/main/packages/react-intl-bundled-messages",
  "repository": {
    "type": "git",
    "url": "https://github.com/Visma-AS/visma.git"
  },
  "license": "ISC",
  "author": {
    "name": "Arno Saine",
    "email": "arno.saine@visma.com"
  },
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./lib": "./lib/index.js",
    "./lib/*": "./lib/*",
    "./*": "./lib/*.js"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch"
  },
  "dependencies": {
    "@postinumero/use-async": "^0.3.2",
    "@visma/react-app-locale-utils": "^1.0.0",
    "react-intl": "^5.20.10 || ^6.0.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.24",
    "@types/react-dom": "^17.0.9",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.4.3"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
