2025-06-15 04:38:20 +02:00
{
"name" : "@versia-server/api" ,
"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/api"
} ,
"private" : true ,
"scripts" : {
"dev" : "bun run --hot index.ts" ,
"build" : "bun run build.ts" ,
"schema:generate" : "bun run classes/config/to-json-schema.ts > config/config.schema.json && bun run packages/plugin-kit/json-schema.ts > packages/plugin-kit/manifest.schema.json" ,
"docs:dev" : "vitepress dev docs" ,
"docs:build" : "vitepress build docs" ,
"docs:preview" : "vitepress preview docs"
} ,
"dependencies" : {
"@versia-server/config" : "workspace:*" ,
2025-06-15 22:17:33 +02:00
"@versia-server/tests" : "workspace:*" ,
2025-06-15 23:50:34 +02:00
"@versia-server/kit" : "workspace:*" ,
2025-06-15 04:38:20 +02:00
"@versia/client" : "workspace:*" ,
"@versia/sdk" : "workspace:*" ,
"@logtape/logtape" : "catalog:" ,
"youch" : "catalog:" ,
"hono" : "catalog:" ,
"hono-openapi" : "catalog:" ,
"zod" : "catalog:" ,
"drizzle-orm" : "catalog:" ,
"string-comparison" : "catalog:" ,
"bun-bagel" : "catalog:" ,
"chalk" : "catalog:" ,
"unicode-emoji-json" : "catalog:" ,
"sharp" : "catalog:" ,
"iso-639-1" : "catalog:" ,
"jose" : "catalog:" ,
"zod-openapi" : "catalog:" ,
"@scalar/hono-api-reference" : "catalog:" ,
"hono-rate-limiter" : "catalog:" ,
2025-06-15 23:43:27 +02:00
"ip-matching" : "catalog:" ,
"qs" : "catalog:" ,
"magic-regexp" : "catalog:" ,
"altcha-lib" : "catalog:" ,
"@hono/zod-validator" : "catalog:" ,
"zod-validation-error" : "catalog:"
2025-06-15 04:38:20 +02:00
}
}