{
  "name": "@alfan-ui/core",
  "version": "0.0.1",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.js"
    }
  },
  "peerDependencies": {
    "@radix-ui/colors": "^0.1.8",
    "react": ">=16.3 <= 18",
    "react-dom": ">=16.3 <= 18"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "react",
    "react-ui",
    "front-end",
    "ui-libraries",
    "ui-components",
    "web"
  ]
}