@sync-in/server
Version:
The secure, open-source platform for file storage, sharing, collaboration, and sync
123 lines • 2.98 kB
JSON
{
"name": "@sync-in/server",
"version": "1.3.9",
"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.15.0"
},
"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.1",
"@fastify/multipart": "9.0.3",
"@fastify/send": "4.1.0",
"@fastify/static": "8.2.0",
"@knaadh/nestjs-drizzle-mysql2": "1.2.0",
"@lukeed/ms": "2.0.2",
"@nestjs/axios": "4.0.1",
"@nestjs/common": "11.1.6",
"@nestjs/config": "4.0.2",
"@nestjs/core": "11.1.6",
"@nestjs/jwt": "11.0.0",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-fastify": "11.1.6",
"@nestjs/platform-socket.io": "11.1.6",
"@nestjs/schedule": "6.0.0",
"@nestjs/websockets": "11.1.6",
"@socket.io/cluster-adapter": "0.2.2",
"@socket.io/redis-adapter": "8.3.0",
"archiver": "7.0.1",
"bcryptjs": "3.0.2",
"canvas": "3.2.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"deepmerge": "4.3.1",
"drizzle-kit": "0.31.4",
"drizzle-orm": "0.44.4",
"fast-xml-parser": "5.2.5",
"fs-extra": "11.3.1",
"html-to-text": "9.0.5",
"js-yaml": "4.1.0",
"ldapts": "8.0.9",
"mime-types": "3.0.1",
"mysql2": "3.14.3",
"nestjs-pino": "4.4.0",
"nodemailer": "7.0.5",
"passport-http": "0.3.0",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"passport": "0.7.0",
"pdfjs-dist": "5.4.54",
"pino-pretty": "13.1.1",
"redis": "4.7.1",
"sax": "1.4.1",
"socket.io": "4.8.1",
"tar": "7.4.3",
"yauzl": "3.2.0"
}
}