{
  "name": "@niibase/bottom-sheet-manager",
  "version": "1.4.7",
  "description": "A bottom sheet manager for react-native based on @gorhom/bottom-sheet",
  "source": "./src/index.ts",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/index.d.ts",
  "exports": {
    ".": {
      "source": "src/index.ts",
      "types": "./lib/typescript/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./navigation": {
      "source": "./src/navigation/index.tsx",
      "types": "./lib/typescript/navigation/index.d.ts",
      "default": "./lib/module/navigation/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "typescript": "tsc --skipLibCheck --noEmit",
    "lint": "prettier --check \"src/**/*\" \"example/**/*\"",
    "format": "prettier --write \"src/**/*\" \"example/**/*\"",
    "build": "bob build && yarn copy-dts && yarn delete-dts.js",
    "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
    "delete-dts.js": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
    "bootstrap": "yarn install && yarn example",
    "example": "yarn --cwd example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/divineniiquaye/react-native-bottom-sheet-manager.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "web",
    "bottom-sheet-manager",
    "bottom-sheet",
    "bottomsheet",
    "reanimated",
    "sheet"
  ],
  "author": "Divine Niiquaye Ibok",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/divineniiquaye/react-native-bottom-sheet-manager/issues"
  },
  "homepage": "https://github.com/divineniiquaye/react-native-bottom-sheet-manager#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "files": [
    "src",
    "lib",
    "scripts",
    "LICENSE"
  ],
  "peerDependencies": {
    "@react-navigation/native": ">=7",
    "@types/react": "*",
    "@types/react-native": "*",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": ">=2.28.0",
    "react-native-reanimated": ">=3.16.0 || >=4.0.0",
    "react-native-safe-area-context": "*",
    "react-native-worklets": "*"
  },
  "peerDependenciesMeta": {
    "@types/react-native": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "@react-navigation/native": {
      "optional": true
    },
    "react-native-worklets": {
      "optional": true
    }
  },
  "dependencies": {
    "@gorhom/bottom-sheet": "^5.2.13",
    "@lodev09/react-native-true-sheet": "^3.10.1",
    "nanoid": "^5.1.6"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "4.7.0",
    "@react-navigation/native": "^7.1.8",
    "@types/react": "~18.3.12",
    "@types/react-native": "~0.73.0",
    "copyfiles": "^2.4.1",
    "metro-react-native-babel-preset": "^0.77.0",
    "patch-package": "^8.0.1",
    "prettier": "3.6.2",
    "react": "18.3.1",
    "react-native": "0.76.0",
    "react-native-builder-bob": "^0.23.2",
    "react-native-gesture-handler": "~2.28.0",
    "react-native-reanimated": "~3.19.1",
    "react-native-safe-area-context": "~5.6.0",
    "react-native-screens": "~4.16.0",
    "typescript": "^5.8.3"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
