mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"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.ts"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./workers.ts"
|
|
},
|
|
"./setup": {
|
|
"import": "./setup.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@versia-server/config": "workspace:*",
|
|
"@versia-server/kit": "workspace:*",
|
|
"@versia-server/logging": "workspace:*",
|
|
"chalk": "catalog:"
|
|
}
|
|
}
|