UNPKG

@replyke/express

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

76 lines 1.76 kB
{ "name": "@replyke/express", "version": "5.0.30", "private": false, "license": "AGPL-3.0-only", "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", "social", "comments", "social-network", "moderation", "reporting", "express", "expressjs", "express-js", "community", "framework", "typescript" ], "bugs": { "url": "https://discord.com/invite/REKxnCJzPz" }, "homepage": "https://replyke.com", "repository": { "type": "git", "url": "https://github.com/replyke/express.git" }, "types": "./dist/types/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "date-fns": "^4.1.0", "ms": "^2.1.3", "multer": "1.4.5-lts.2", "short-uuid": "^5.2.0", "transliteration": "^2.3.5" }, "peerDependencies": { "axios": "^1.9.0", "express": "^4", "express-rate-limit": "^7.5.0", "jsonwebtoken": "^9.0.2", "mysql2": "*", "pg": "*", "sequelize": "^6" }, "devDependencies": { "@types/express": "^5.0.1", "@types/jsonwebtoken": "^9.0.9", "@types/ms": "^2.1.0", "@types/multer": "^1.4.12", "@types/node": "^22.15.3", "axios": "^1.9.0", "express-rate-limit": "^7.5.0", "jsonwebtoken": "^9.0.2", "rimraf": "^6.0.1", "typescript": "^5.8.3" }, "scripts": { "build": "tsc -p tsconfig.json", "lint": "eslint src --ext .ts" } }