server/package.json

150 lines
5.2 KiB
JSON
Raw Normal View History

2023-09-11 05:31:08 +02:00
{
"name": "versia-server",
2024-05-17 11:39:10 +02:00
"module": "index.ts",
"type": "module",
"version": "0.8.0-alpha",
2024-05-17 11:39:10 +02:00
"description": "A project to build a federated social network",
"author": {
"email": "contact@cpluspatch.com",
"name": "Jesse Wierzbinski",
2024-05-17 11:39:10 +02:00
"url": "https://cpluspatch.com"
},
"bugs": {
"url": "https://github.com/versia-pub/server/issues"
2024-05-17 11:39:10 +02:00
},
"icon": "https://cdn.versia.pub/branding/icon.svg",
2024-05-17 11:39:10 +02:00
"license": "AGPL-3.0-or-later",
"keywords": ["federated", "activitypub", "bun"],
"workspaces": ["packages/plugin-kit"],
2024-05-17 11:39:10 +02:00
"maintainers": [
{
"email": "contact@cpluspatch.com",
"name": "Jesse Wierzbinski",
2024-05-17 11:39:10 +02:00
"url": "https://cpluspatch.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/versia-pub/server.git"
2024-05-17 11:39:10 +02:00
},
"private": true,
"scripts": {
"dev": "bun run --hot index.ts",
"start": "NODE_ENV=production bun run dist/index.js --prod",
"lint": "bunx @biomejs/biome check .",
"build": "bun run build.ts",
"build:worker": "bun run build-worker.ts",
"cloc": "cloc . --exclude-dir node_modules,dist,.output,.nuxt,meta,logs --exclude-ext sql,log,pem",
2024-05-17 11:39:10 +02:00
"wc": "find server database *.ts docs packages types utils drizzle tests -type f -print0 | wc -m --files0-from=-",
"cli": "bun run cli/index.ts",
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
"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",
"check": "bunx tsc -p .",
"test": "find . -name \"*.test.ts\" -not -path \"./node_modules/*\" | xargs -I {} sh -c 'bun test {} || exit 255'",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
2024-05-17 11:39:10 +02:00
"trustedDependencies": [
"@biomejs/biome",
"es5-ext",
"esbuild",
"msgpackr-extract",
"sharp"
2024-05-17 11:39:10 +02:00
],
"devDependencies": {
2024-10-23 18:01:40 +02:00
"@biomejs/biome": "^1.9.4",
2025-02-25 23:32:05 +01:00
"@types/bun": "^1.2.3",
"@types/cli-progress": "^3.11.6",
2024-05-17 11:39:10 +02:00
"@types/cli-table": "^0.3.4",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it-container": "^2.0.10",
"@types/mime-types": "^2.1.4",
2025-01-28 16:55:43 +01:00
"@types/pg": "^8.11.11",
2025-01-17 14:18:31 +01:00
"@types/qs": "^6.9.18",
"@types/web-push": "^3.6.4",
2025-02-25 23:32:05 +01:00
"drizzle-kit": "^0.30.5",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
2024-05-17 11:39:10 +02:00
"ts-prune": "^0.10.3",
2025-01-17 14:18:31 +01:00
"typescript": "^5.7.3",
2025-01-23 15:15:34 +01:00
"vitepress": "^1.6.3",
2025-02-05 22:50:47 +01:00
"vitepress-plugin-tabs": "^0.6.0",
2025-02-14 18:09:15 +01:00
"vitepress-sidebar": "^1.31.0",
2024-11-18 13:46:06 +01:00
"vue": "^3.5.13",
2025-02-25 23:32:05 +01:00
"zod-to-json-schema": "^3.24.3"
2024-05-17 11:39:10 +02:00
},
"peerDependencies": {
"typescript": "^5.7.2"
2024-05-17 11:39:10 +02:00
},
"dependencies": {
2025-02-25 23:32:05 +01:00
"@bull-board/api": "^6.7.9",
"@bull-board/hono": "^6.7.9",
"@clerc/plugin-completions": "^0.44.0",
"@clerc/plugin-friendly-error": "^0.44.0",
"@clerc/plugin-help": "^0.44.0",
"@clerc/plugin-not-found": "^0.44.0",
"@clerc/plugin-version": "^0.44.0",
2024-05-17 11:39:10 +02:00
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "^1.0.1",
2024-11-28 10:26:28 +01:00
"@hono/swagger-ui": "^0.5.0",
2025-02-05 22:50:47 +01:00
"@hono/zod-openapi": "0.18.4",
2025-02-17 13:09:26 +01:00
"@hono/zod-validator": "^0.4.3",
"@inquirer/confirm": "^5.1.6",
"@inquirer/input": "^4.1.6",
2025-02-25 23:32:05 +01:00
"@logtape/file": "^0.9.0-dev.134+9f8d1ac0",
"@logtape/logtape": "^0.9.0-dev.134",
"@sentry/bun": "^9.2.0",
"@versia/client": "^0.1.5",
"@versia/federation": "^0.2.1",
"@versia/kit": "workspace:*",
2024-12-22 11:56:52 +01:00
"altcha-lib": "^1.2.0",
2024-05-17 11:39:10 +02:00
"blurhash": "^2.0.5",
2025-02-25 23:32:05 +01:00
"bullmq": "^5.41.5",
"c12": "^3.0.0",
2024-12-22 11:56:52 +01:00
"chalk": "^5.4.1",
"clerc": "^0.44.0",
2024-05-17 11:39:10 +02:00
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",
2024-10-07 12:59:54 +02:00
"confbox": "^0.1.8",
2025-02-25 23:32:05 +01:00
"drizzle-orm": "^0.40.0",
"hono": "^4.7.2",
2024-05-17 11:39:10 +02:00
"html-to-text": "^9.0.5",
2025-02-14 18:09:15 +01:00
"ioredis": "^5.5.0",
2024-05-17 11:39:10 +02:00
"ip-matching": "^2.1.2",
2025-02-05 22:50:47 +01:00
"iso-639-1": "^3.1.5",
2025-02-25 23:32:05 +01:00
"jose": "^6.0.7",
2024-12-09 10:56:56 +01:00
"linkify-html": "^4.2.0",
"linkify-string": "^4.2.0",
"linkifyjs": "^4.2.0",
2024-05-17 11:39:10 +02:00
"magic-regexp": "^0.8.0",
"markdown-it": "^14.1.0",
2024-09-14 17:32:32 +02:00
"markdown-it-anchor": "^9.2.0",
2024-05-17 11:39:10 +02:00
"markdown-it-container": "^4.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"mime-types": "^2.1.35",
2025-02-05 22:50:47 +01:00
"mitata": "^1.0.34",
2025-02-25 23:32:05 +01:00
"oauth4webapi": "^3.3.0",
2025-02-05 22:50:47 +01:00
"ora": "^8.2.0",
2025-02-14 18:09:15 +01:00
"pg": "^8.13.3",
2025-01-17 14:18:31 +01:00
"qs": "^6.14.0",
2024-08-19 14:46:20 +02:00
"sharp": "^0.33.5",
"sonic-channel": "^1.3.1",
2024-05-17 11:39:10 +02:00
"string-comparison": "^1.3.0",
"stringify-entities": "^4.0.4",
"strip-ansi": "^7.1.0",
2024-12-09 10:56:56 +01:00
"table": "^6.9.0",
2024-05-17 11:39:10 +02:00
"uqr": "^0.1.2",
"web-push": "^3.6.7",
2024-05-17 11:39:10 +02:00
"xss": "^1.0.15",
2025-02-14 18:09:15 +01:00
"zod": "^3.24.2",
2024-09-16 12:34:33 +02:00
"zod-validation-error": "^3.4.0"
},
2024-12-18 20:42:40 +01:00
"overrides": {
"zod": "^3.24.1"
},
"patchedDependencies": {
2025-02-26 00:09:22 +01:00
"@bull-board/api@6.7.9": "patches/@bull-board%2Fapi@6.5.3.patch"
2024-05-17 11:39:10 +02:00
}
2024-04-07 07:30:49 +02:00
}