{
  "name": "replyke-expo",
  "version": "4.0.26",
  "author": "Replyke, maintained by Yanay Tsabary",
  "description": "Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
  "keywords": [
    "react-native",
    "social features",
    "comment section",
    "comments",
    "nested comments",
    "likes",
    "votes",
    "feeds",
    "user lists",
    "notifications",
    "interactive apps",
    "reactions",
    "content moderation",
    "reporting",
    "mentions",
    "user interactions",
    "frontend tools",
    "social media",
    "replyke",
    "react-native-component"
  ],
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "ISC",
  "dependencies": {
    "axios": "^1.7.2",
    "moment": "^2.30.1",
    "replyke-core": "^4.0.25"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-native": "^0.73.0",
    "expo-image": "^2.0.4",
    "react": "^18.2.0",
    "react-native": "^0.74.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "@gorhom/bottom-sheet": "^5.0.6",
    "expo-image": "^2.0.4",
    "expo-secure-store": "^14.0.0",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-svg": "^15.4.0"
  }
}
