UNPKG

@sync-in/server

Version:

The secure, open-source platform for file storage, sharing, collaboration, and sync

126 lines 3.07 kB
{ "name": "@sync-in/server", "version": "1.10.0", "description": "The secure, open-source platform for file storage, sharing, collaboration, and sync", "author": { "name": "Johan Legrand", "email": "johan.legrand@sync-in.com" }, "homepage": "https://github.com/Sync-in/server#readme", "repository": { "type": "git", "url": "git+https://github.com/Sync-in/server.git" }, "bugs": { "url": "https://github.com/Sync-in/server/issues" }, "license": "AGPL-3.0-or-later", "os": [ "!win32" ], "engines": { "node": ">= 22" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/sync-in" }, { "type": "patreon", "url": "https://patreon.com/sync_in" }, { "type": "liberapay", "url": "https://liberapay.com/sync-in" }, { "type": "project", "url": "https://sync-in.com/support" } ], "keywords": [ "sync-in", "self-hosted", "open-source", "data-sovereignty", "cloud-storage", "privacy-first", "file-server", "file-manager", "file-storage", "file-sharing", "file-sync", "synchronization", "sync", "webdav", "collaboration", "onlyoffice", "full-text-search", "access-control", "spaces", "secure-links", "document-management", "nextcloud-alternative", "owncloud-alternative", "dropbox-alternative" ], "publishConfig": { "access": "public" }, "bin": { "sync-in-server": "sync-in-server.js" }, "dependencies": { "@fastify/cookie": "11.0.2", "@fastify/helmet": "13.0.2", "@fastify/multipart": "9.3.0", "@fastify/send": "4.1.0", "@fastify/static": "9.0.0", "@knaadh/nestjs-drizzle-mysql2": "1.2.0", "@lukeed/ms": "2.0.2", "@nestjs/axios": "4.0.1", "@nestjs/common": "11.1.11", "@nestjs/config": "4.0.2", "@nestjs/core": "11.1.11", "@nestjs/jwt": "11.0.2", "@nestjs/passport": "11.0.5", "@nestjs/platform-fastify": "11.1.11", "@nestjs/platform-socket.io": "11.1.11", "@nestjs/schedule": "6.1.0", "@nestjs/websockets": "11.1.11", "@socket.io/cluster-adapter": "0.3.0", "@socket.io/redis-adapter": "8.3.0", "archiver": "7.0.1", "bcryptjs": "3.0.3", "class-transformer": "0.5.1", "class-validator": "0.14.3", "deepmerge": "4.3.1", "drizzle-kit": "0.31.8", "drizzle-orm": "0.45.1", "fast-xml-parser": "5.3.3", "fs-extra": "11.3.3", "html-to-text": "9.0.5", "js-yaml": "4.1.1", "ldapts": "8.1.3", "mime-types": "3.0.2", "mysql2": "3.16.0", "nestjs-pino": "4.5.0", "nodemailer": "7.0.12", "passport-http": "0.3.0", "passport-jwt": "4.0.1", "passport-local": "1.0.0", "passport": "0.7.0", "pino-pretty": "13.1.3", "qrcode-generator": "2.0.4", "redis": "5.10.0", "sax": "1.4.3", "sharp": "0.34.5", "socket.io": "4.8.3", "tar": "7.5.2", "text-to-svg": "3.1.5", "time2fa": "1.4.2", "unpdf": "1.4.0", "yauzl": "3.2.0" } }