{
  "name": "@replyke/core",
  "version": "7.0.3",
  "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",
    "react",
    "react-native",
    "expo",
    "typescript"
  ],
  "bugs": {
    "url": "https://discord.gg/A94q4kC6"
  },
  "homepage": "https://docs.replyke.com",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "axios": "^1.4.0",
    "js-cookie": "^3.0.5",
    "lodash": "^4.17.21",
    "socket.io-client": "^4.8.1"
  },
  "devDependencies": {
    "@reduxjs/toolkit": "^2.0.1",
    "@types/js-cookie": "^3.0.6",
    "@types/lodash": "^4.17.9",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "@vitejs/plugin-react-swc": "^3.0.0",
    "eslint": "^8.38.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.3.4",
    "prop-types": "^15.8.1",
    "react-redux": "^9.0.4",
    "vite": "^4.3.9",
    "vite-plugin-dts": "^2.3.0"
  },
  "peerDependencies": {
    "@reduxjs/toolkit": "^2.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-redux": "^9.0.0"
  },
  "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",
    "prepublish": "pnpm run build"
  }
}