{
  "name": "@erquhart/heroui-native",
  "version": "1.0.0-beta.10.1",
  "description": "Beautiful, fast and modern React Native UI library",
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "source": "./src/index.tsx",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./styles": "./lib/module/styles/index.css",
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace heroui-native-example",
    "test": "jest",
    "typecheck": "bash ./scripts/typecheck.sh",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
    "sync-version": "bash ./scripts/sync-version.sh",
    "release": "bumpp --execute='yarn changelog' --all"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "hero ui",
    "hero ui native"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heroui-inc/heroui-native.git"
  },
  "author": "HeroUI <support@heroui.com> (https://github.com/heroui-inc)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heroui-inc/heroui-native/issues"
  },
  "homepage": "https://github.com/heroui-inc/heroui-native#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^19.6.0",
    "@eslint/compat": "^1.2.7",
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.22.0",
    "@evilmartians/lefthook": "^1.5.0",
    "@gorhom/bottom-sheet": "^5",
    "@react-native-community/cli": "latest",
    "@react-native/babel-preset": "0.78.2",
    "@react-native/eslint-config": "^0.78.0",
    "@types/jest": "^29.5.5",
    "@types/react": "^19.0.12",
    "babel-plugin-module-resolver": "^5.0.2",
    "babel-plugin-transform-remove-imports": "^1.8.0",
    "bumpp": "^9.10.2",
    "changelogithub": "^13.16.0",
    "commitlint": "^19.6.1",
    "conventional-changelog": "^7.1.1",
    "del-cli": "^5.1.0",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-builder-bob": "^0.40.12",
    "react-native-gesture-handler": "^2.28.0",
    "react-native-reanimated": "~4.1.1",
    "react-native-safe-area-context": "~5.6.0",
    "react-native-screens": "~4.16.0",
    "react-native-svg": "15.12.1",
    "react-native-worklets": "0.5.1",
    "tailwind-merge": "^3.4.0",
    "tailwind-variants": "^3.2.2",
    "tailwindcss": "^4.1.17",
    "typescript": "^5.8.3",
    "uniwind": "1.2.2"
  },
  "peerDependencies": {
    "@gorhom/bottom-sheet": "^5",
    "react": ">=19.0.0",
    "react-native": ">=0.81.0",
    "react-native-reanimated": "~4.1.1",
    "react-native-safe-area-context": "~5.6.0",
    "react-native-screens": ">=4",
    "react-native-svg": "15.12.1",
    "react-native-worklets": "0.5.1",
    "tailwind-merge": "^3.4.0",
    "tailwind-variants": "^3.2.2"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@3.6.1",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "bumpp": {
    "commit": true,
    "confirm": true,
    "push": true,
    "tag": true,
    "release": "prompt"
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false,
    "plugins": [
      "prettier-plugin-organize-imports"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true,
          "configFile": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "create-react-native-library": {
    "languages": "js",
    "type": "library",
    "version": "0.51.1"
  }
}
