{
  "name": "@internationalized/message",
  "version": "3.1.9",
  "description": "Internationalized message formatting and locale negotiation",
  "license": "Apache-2.0",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "import": "dist/index.mjs",
  "exports": {
    "source": "./src/index.ts",
    "types": "./dist/types/src/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "types": "./dist/types/src/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/react-spectrum"
  },
  "dependencies": {
    "@swc/helpers": "^0.5.0",
    "intl-messageformat": "^10.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "targets": {
    "types": false,
    "module": {
      "engines": {
        "browsers": [
          "chrome >= 79",
          "firefox >= 85",
          "safari >= 13"
        ]
      }
    },
    "import": {
      "isLibrary": true,
      "outputFormat": "esmodule",
      "includeNodeModules": false
    }
  },
  "gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae"
}
