@replyke/react-native
Version: 
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
55 lines • 1.26 kB
JSON
{
  "name": "@replyke/react-native",
  "version": "5.1.5",
  "private": false,
  "license": "Apache-2.0",
  "author": "Replyke, maintained by Yanay Tsabary",
  "description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
  "keywords": [
    "replyke",
    "authentication",
    "social",
    "comments",
    "reactions",
    "moderation",
    "notifications",
    "user-management",
    "feed",
    "lists",
    "follows",
    "reporting",
    "upvotes",
    "downvotes",
    "expo",
    "react-native",
    "typescript"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://discord.gg/A94q4kC6"
  },
  "homepage": "https://docs.replyke.com",
  "dependencies": {
    "@replyke/core": "5.1.5"
  },
  "devDependencies": {
    "react-native-keychain": "^9.2.2"
  },
  "peerDependencies": {
    "react-native-keychain": "^9"
  },
  "scripts": {
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build": "rimraf dist && pnpm run build:esm && pnpm run build:cjs"
  }
}