{
  "name": "react-native-blur-vibe",
  "version": "0.2.3",
  "description": "React Native package implementing Blur View and Liquid Glass Vibe in iOS and Android",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "react-native": "./src/index.ts",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "exports": {
    ".": {
      "react-native": "./src/index.ts",
      "source": "./src/index.ts",
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "*.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 react-native-blur-vibe-example",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
    "prepare": "bob build",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "test": "jest",
    "prepublishOnly": "yarn lint && yarn typecheck"
  },
  "keywords": [
    "react-native",
    "reactnativeblurview",
    "reactnativeblurvibe",
    "reactnativeblur",
    "react-native-blur-vibe",
    "blur",
    "blurview",
    "blurvibe",
    "blureffect",
    "blur-vibe",
    "glassmorphism",
    "frostedglass",
    "ios",
    "android",
    "overlay",
    "backdrop-filter",
    "uivisualeffectview",
    "rendereffect"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/I-am-Pritam-20/react-native-blur-vibe.git"
  },
  "author": "Pritam Nanda (https://github.com/I-am-Pritam-20)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/I-am-Pritam-20/react-native-blur-vibe/issues"
  },
  "homepage": "https://github.com/I-am-Pritam-20/react-native-blur-vibe#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@eslint/compat": "^2.0.5",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@react-native/babel-preset": "0.83.0",
    "@react-native/eslint-config": "^0.75.0",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.2.0",
    "del-cli": "^6.0.0",
    "eslint": "^8.57.1",
    "eslint-plugin-prettier": "^5.5.5",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "react": "19.2.0",
    "react-native": "0.83.0",
    "react-native-builder-bob": "^0.40.18",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@4.11.0",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ],
    "exclude": "**/{__tests__,__fixtures__,__mocks__}/**"
  },
  "codegenConfig": {
    "name": "BlurVibeSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.blurvibe"
    },
    "ios": {
      "componentProvider": {
        "BlurVibeView": "BlurVibeViewFabric"
      }
    }
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "create-react-native-library": {
    "type": "native-view",
    "languages": "kotlin-swift",
    "tools": [
      "eslint",
      "jest"
    ],
    "version": "0.57.2"
  }
}
