{
  "name": "@nayan-ui/native",
  "version": "2.1.0",
  "description": "Component library for React Native.",
  "keywords": [
    "android",
    "ios",
    "react-native"
  ],
  "homepage": "https://github.com/ursnj/nayan-ui#readme",
  "bugs": {
    "url": "https://github.com/ursnj/nayan-ui/issues"
  },
  "license": "MIT",
  "author": "ursnj <niranjan.devasani@gmail.com> (https://github.com/ursnj)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ursnj/nayan-ui.git"
  },
  "workspaces": [
    "example"
  ],
  "files": [
    "src",
    "lib",
    "!**/.*"
  ],
  "sideEffects": false,
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "example": "yarn workspace react-native-example",
    "clean": "del-cli lib",
    "build": "bob build",
    "typecheck": "tsc"
  },
  "dependencies": {
    "@gorhom/bottom-sheet": "^5.2.14",
    "heroui-native": "^1.0.9",
    "tailwind-merge": "^3.7.0",
    "tailwind-variants": "^3.3.1"
  },
  "devDependencies": {
    "@react-native-community/datetimepicker": "^9.2.1",
    "@react-native/babel-preset": "0.87.1",
    "@types/react": "^19.3.0",
    "del-cli": "^7.0.0",
    "react": "19.3.0",
    "react-native": "0.87.1",
    "react-native-builder-bob": "^0.43.1",
    "react-native-gesture-handler": "^2.33.0",
    "react-native-svg": "^15.15.5",
    "typescript": "^6.0.3",
    "uniwind": "^1.12.0"
  },
  "peerDependencies": {
    "@react-native-community/datetimepicker": "*",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*",
    "react-native-svg": "*",
    "react-native-worklets": "*",
    "uniwind": "*"
  },
  "peerDependenciesMeta": {
    "@react-native-community/datetimepicker": {
      "optional": true
    }
  },
  "packageManager": "yarn@4.11.0",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
