{
  "name": "@react-aria/live-announcer",
  "version": "3.5.0",
  "description": "Spectrum UI components in React",
  "license": "Apache-2.0",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/types/src/index.d.ts",
      "import": "./dist/import.mjs",
      "require": "./dist/main.js"
    },
    "./package.json": "./package.json"
  },
  "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",
    "react-aria": "3.48.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "targets": {
    "types": false
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
    "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
  },
  "gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae"
}
