@replyke/ui-core
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
51 lines • 1.21 kB
JSON
{
"name": "@replyke/ui-core",
"version": "5.0.10",
"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.com/invite/REKxnCJzPz"
},
"homepage": "https://docs.replyke.com",
"repository": {
"type": "git",
"url": "https://github.com/replyke/replyke-ui.git"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"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"
}
}