{
  "name": "@alice-ui/react-aria-components",
  "version": "1.0.45",
  "description": "A library of styleable components built using React Aria",
  "keywords": [
    "react",
    "react-aria",
    "react-aria-components",
    "react-component",
    "react-ui"
  ],
  "homepage": "https://github.com/bobbychan/alice-ui#readme",
  "sideEffects": false,
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bobbychan/alice-ui.git",
    "directory": "packages/react-aria-components"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@alice-ui/react": "1.0.50"
  },
  "tsup": {
    "clean": true,
    "target": "es2019",
    "format": [
      "cjs",
      "esm"
    ]
  },
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  }
}