{ "name": "@versia-server/worker", "module": "index.ts", "type": "module", "version": "0.9.0-alpha.0", "description": "Powerful, configurable and modular federated server using the Versia Protocol.", "homepage": "https://versia.pub", "author": { "email": "contact@cpluspatch.com", "name": "Jesse Wierzbinski", "url": "https://cpluspatch.com" }, "bugs": { "url": "https://github.com/versia-pub/server/issues" }, "icon": "https://cdn.versia.pub/branding/icon.svg", "license": "AGPL-3.0-or-later", "keywords": [ "federated", "activitypub", "bun" ], "maintainers": [ { "email": "contact@cpluspatch.com", "name": "Jesse Wierzbinski", "url": "https://cpluspatch.com" } ], "repository": { "type": "git", "url": "git+https://github.com/versia-pub/server.git", "directory": "packages/worker" }, "private": true, "scripts": { "dev": "bun run --hot index.ts", "build": "bun run build-worker.ts" }, "dependencies": { "@versia-server/config": "workspace:*", "@versia-server/kit": "workspace:*", "@versia-server/logging": "workspace:*", "chalk": "catalog:" } }