{
  "name": "@wherdkit/react-native",
  "version": "0.3.18",
  "description": "Wherd SDK for Expo & React Native — drop-in MessagesWidget, FeatureBoard, and WhatsNew, with FAB, shake-to-open, and headless hooks.",
  "license": "MIT",
  "keywords": ["feedback", "changelog", "feature-requests", "react-native", "expo", "sdk"],
  "repository": {
  "type": "git",
  "url": "https://github.com/wherdhq/wherd",
  "directory": "packages/react-native"
},
"homepage": "https://github.com/wherdhq/wherd",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
  ".": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  }
},
"files": ["dist"],
"scripts": {
  "build": "tsup",
  "dev": "tsup --watch",
  "typecheck": "tsc --noEmit",
  "test": "bun test"
},
"dependencies": {
  "@wherdkit/core": "0.3.18"
},
"peerDependencies": {
  "@lodev09/react-native-true-sheet": ">=3",
  "@react-native-async-storage/async-storage": ">=1.18",
  "react": ">=18",
  "react-native": ">=0.73",
  "react-native-sse": ">=1"
},
"peerDependenciesMeta": {
  "@lodev09/react-native-true-sheet": {
    "optional": true
  },
  "@react-native-async-storage/async-storage": {
    "optional": false
  },
  "react-native-sse": {
    "optional": true
  }
},
"devDependencies": {
  "@wherdkit/config": "0.0.0",
  "@types/react": "^19.0.0",
  "react": "^19.0.0",
  "react-native": "^0.81.0",
  "tsup": "^8.3.5",
  "typescript": "^6.0.3"
}
}
