{
  "name": "@livelike/react-native",
  "version": "1.0.4-alpha.1",
  "description": "LiveLike React Native package",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.ts",
  "types": "index.d.ts",
  "scripts": {
    "postpublish": "node ../../scripts/postpublish"
  },
  "keywords": [
    "livelike",
    "react",
    "react-native",
    "stock UI",
    "engagement"
  ],
  "dependencies": {
    "@miblanchard/react-native-slider": "^2.6.0"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-native": "^0.80.2",
    "@livelike/javascript": "^1.4.1-alpha.0"
  }
}
