{
  "name": "@rork-ai/toolkit-dev-sdk",
  "version": "0.2.15",
  "author": "Levan Kvirkvelia <lekvirkvelia@gmail.com> (https://github.com/LevanKvirkvelia)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LevanKvirkvelia/rork-ai-toolkit-dev-sdk.git"
  },
  "exports": {
    "./package.json": "./package.json",
    "./v53": {
      "source": "./src/sdk53/index.tsx",
      "types": "./lib/typescript/src/sdk53/index.d.ts",
      "default": "./lib/module/sdk53/index.js"
    },
    "./v54": {
      "source": "./src/sdk54/index.tsx",
      "types": "./lib/typescript/src/sdk54/index.d.ts",
      "default": "./lib/module/sdk54/index.js"
    }
  },
  "devDependencies": {
    "@eslint/compat": "^1.3.2",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.35.0",
    "@react-native/babel-preset": "0.81.1",
    "@react-native/eslint-config": "^0.81.1",
    "@types/jest": "^29.5.14",
    "@types/react": "19.1.11",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "expo": "54.0.8",
    "expo-blur": "15.0.7",
    "expo-modules-core": "3.0.18",
    "jest": "^29.7.0",
    "lucide-react-native": "0.544.0",
    "prettier": "3.6.2",
    "react": "19.1.0",
    "react-native": "0.81.4",
    "react-native-builder-bob": "^0.40.13",
    "react-native-safe-area-context": "~5.6.1",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "expo": "*",
    "expo-blur": "*",
    "expo-modules-core": "*",
    "expo-router": "*",
    "lucide-react-native": "*",
    "react-native": "*",
    "react-native-safe-area-context": "*"
  },
  "bugs": {
    "url": "https://github.com/LevanKvirkvelia/rork-ai-toolkit-dev-sdk/issues"
  },
  "create-react-native-library": {
    "languages": "js",
    "type": "library",
    "version": "0.54.8"
  },
  "description": "toolkit-dev-sdk",
  "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__",
    "!**/.*"
  ],
  "homepage": "https://github.com/LevanKvirkvelia/rork-ai-toolkit-dev-sdk#readme",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "license": "MIT",
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@blazejkustra/react-native-alert": "^1.0.0"
  },
  "scripts": {
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "build": "bob build",
    "release": "pnpm build && pnpm version patch && pnpm publish --no-git-checks",
    "start": "cd example && pnpm start"
  }
}