mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
118 lines
3.7 KiB
JSON
118 lines
3.7 KiB
JSON
{
|
|
"name": "lysand",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.3.1",
|
|
"description": "A project to build a federated social network",
|
|
"author": {
|
|
"email": "contact@cpluspatch.com",
|
|
"name": "CPlusPatch",
|
|
"url": "https://cpluspatch.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lysand-org/lysand/issues"
|
|
},
|
|
"icon": "https://github.com/lysand-org/lysand",
|
|
"license": "AGPL-3.0",
|
|
"keywords": ["federated", "activitypub", "bun"],
|
|
"workspaces": ["packages/*"],
|
|
"maintainers": [
|
|
{
|
|
"email": "contact@cpluspatch.com",
|
|
"name": "CPlusPatch",
|
|
"url": "https://cpluspatch.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lysand-org/lysand.git"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun run --watch index.ts",
|
|
"vite:dev": "bunx --bun vite pages",
|
|
"vite:build": "bunx --bun vite build pages",
|
|
"start": "NODE_ENV=production bun run dist/index.js --prod",
|
|
"migrate-dev": "bun prisma migrate dev",
|
|
"migrate": "bun prisma migrate deploy",
|
|
"lint": "bunx --bun eslint --config .eslintrc.cjs --ext .ts .",
|
|
"prod-build": "bunx --bun vite build pages && bun run build.ts",
|
|
"prisma": "DATABASE_URL=$(bun run prisma.ts) bunx prisma",
|
|
"generate": "bun prisma generate",
|
|
"benchmark:timeline": "bun run benchmarks/timelines.ts",
|
|
"cloc": "cloc . --exclude-dir node_modules,dist",
|
|
"cli": "bun run cli.ts"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"@prisma/client",
|
|
"@prisma/engines",
|
|
"esbuild",
|
|
"prisma",
|
|
"sharp",
|
|
"msgpackr-extract"
|
|
],
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.6.4",
|
|
"@julr/unocss-preset-forms": "^0.1.0",
|
|
"@types/cli-table": "^0.3.4",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/ioredis": "^5.0.0",
|
|
"@types/jsonld": "^1.5.13",
|
|
"@typescript-eslint/eslint-plugin": "latest",
|
|
"@unocss/cli": "latest",
|
|
"@vitejs/plugin-vue": "latest",
|
|
"@vueuse/head": "^2.0.0",
|
|
"activitypub-types": "^1.0.3",
|
|
"bun-types": "latest",
|
|
"typescript": "latest",
|
|
"unocss": "latest",
|
|
"untyped": "^1.4.2",
|
|
"vite": "^5.2.8",
|
|
"vite-ssr": "^0.17.1",
|
|
"vue": "^3.3.9",
|
|
"vue-router": "^4.2.5",
|
|
"vue-tsc": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.461.0",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@json2csv/plainjs": "^7.0.6",
|
|
"@prisma/client": "^5.6.0",
|
|
"blurhash": "^2.0.5",
|
|
"bullmq": "latest",
|
|
"chalk": "^5.3.0",
|
|
"cli-parser": "workspace:*",
|
|
"cli-table": "^0.3.11",
|
|
"config-manager": "workspace:*",
|
|
"eventemitter3": "^5.0.1",
|
|
"extract-zip": "^2.0.1",
|
|
"html-to-text": "^9.0.5",
|
|
"ioredis": "^5.3.2",
|
|
"ip-matching": "^2.1.2",
|
|
"iso-639-1": "^3.1.0",
|
|
"isomorphic-dompurify": "latest",
|
|
"jsonld": "^8.3.1",
|
|
"linkify-html": "^4.1.3",
|
|
"linkify-string": "^4.1.3",
|
|
"linkifyjs": "^4.1.3",
|
|
"log-manager": "workspace:*",
|
|
"marked": "latest",
|
|
"media-manager": "workspace:*",
|
|
"megalodon": "^10.0.0",
|
|
"meilisearch": "latest",
|
|
"merge-deep-ts": "^1.2.6",
|
|
"next-route-matcher": "^1.0.1",
|
|
"oauth4webapi": "^2.4.0",
|
|
"prisma": "^5.6.0",
|
|
"prisma-json-types-generator": "^3.0.4",
|
|
"prisma-redis-middleware": "^4.8.0",
|
|
"request-parser": "workspace:*",
|
|
"semver": "^7.5.4",
|
|
"strip-ansi": "^7.1.0"
|
|
}
|
|
}
|