{
  "name": "@nextui-org/link",
  "version": "2.0.15",
  "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
  "keywords": [
    "link"
  ],
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
  "homepage": "https://nextui.org",
  "license": "MIT",
  "main": "dist/index.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextui-org/nextui.git",
    "directory": "packages/components/link"
  },
  "bugs": {
    "url": "https://github.com/nextui-org/nextui/issues"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "dependencies": {
    "@react-aria/link": "^3.5.3",
    "@react-aria/utils": "^3.19.0",
    "@react-aria/focus": "^3.14.0",
    "@react-types/link": "^3.4.4",
    "@nextui-org/shared-utils": "2.0.2",
    "@nextui-org/shared-icons": "2.0.3",
    "@nextui-org/react-utils": "2.0.7",
    "@nextui-org/use-aria-link": "2.0.12",
    "@nextui-org/system": "2.0.5",
    "@nextui-org/theme": "2.1.2"
  },
  "clean-package": "../../../clean-package.config.json",
  "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"
  },
  "scripts": {
    "build": "tsup src --dts",
    "dev": "yarn build:fast -- --watch",
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit",
    "build:fast": "tsup src"
  }
}