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",
|
|
|
|
|
"docs:dev": "vitepress dev docs",
|
|
|
|
|
"docs:build": "vitepress build docs",
|
|
|
|
|
"docs:preview": "vitepress preview docs"
|
|
|
|
|
},
|
2025-07-04 06:29:43 +02:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"import": "./app.ts"
|
|
|
|
|
},
|
|
|
|
|
"./setup": {
|
|
|
|
|
"import": "./setup.ts"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-06-15 04:38:20 +02:00
|
|
|
"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-22 18:43:03 +02:00
|
|
|
"@versia-server/logging": "workspace:*",
|
2025-06-15 04:38:20 +02:00
|
|
|
"@versia/client": "workspace:*",
|
|
|
|
|
"@versia/sdk": "workspace:*",
|
|
|
|
|
"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:",
|
|
|
|
|
"altcha-lib": "catalog:",
|
2025-07-07 03:42:35 +02:00
|
|
|
"@hono/standard-validator": "catalog:",
|
2025-06-29 22:56:52 +02:00
|
|
|
"zod-validation-error": "catalog:",
|
2025-07-04 06:29:43 +02:00
|
|
|
"confbox": "catalog:",
|
|
|
|
|
"oauth4webapi": "catalog:"
|
2025-06-15 04:38:20 +02:00
|
|
|
}
|
|
|
|
|
}
|