mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
111 lines
3.1 KiB
JSON
111 lines
3.1 KiB
JSON
{
|
|
"name": "lysand",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.1.2",
|
|
"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"
|
|
],
|
|
"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 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": "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",
|
|
"cli": "bun run cli.ts"
|
|
},
|
|
"trustedDependencies": [
|
|
"sharp",
|
|
"@prisma/client"
|
|
],
|
|
"devDependencies": {
|
|
"@julr/unocss-preset-forms": "^0.1.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.0.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": "^6.13.1",
|
|
"@typescript-eslint/parser": "^6.13.1",
|
|
"@unocss/cli": "^0.57.7",
|
|
"activitypub-types": "^1.0.3",
|
|
"bun-types": "latest",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-formatter-pretty": "^6.0.0",
|
|
"eslint-formatter-summary": "^1.1.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.3.2",
|
|
"unocss": "^0.57.7",
|
|
"@vitejs/plugin-vue": "^4.5.1",
|
|
"@vueuse/head": "^2.0.0",
|
|
"vite": "^5.0.4",
|
|
"vite-ssr": "^0.17.1",
|
|
"vue": "^3.3.9",
|
|
"vue-router": "^4.2.5",
|
|
"vue-tsc": "^1.8.24"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.461.0",
|
|
"@prisma/client": "^5.6.0",
|
|
"blurhash": "^2.0.5",
|
|
"bullmq": "^4.14.4",
|
|
"chalk": "^5.3.0",
|
|
"cli-table": "^0.3.11",
|
|
"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": "^1.10.0",
|
|
"jsonld": "^8.3.1",
|
|
"linkify-html": "^4.1.3",
|
|
"linkify-string": "^4.1.3",
|
|
"linkifyjs": "^4.1.3",
|
|
"marked": "^9.1.2",
|
|
"meilisearch": "^0.36.0",
|
|
"next-route-matcher": "^1.0.1",
|
|
"oauth4webapi": "^2.4.0",
|
|
"prisma": "^5.6.0",
|
|
"prisma-redis-middleware": "^4.8.0",
|
|
"semver": "^7.5.4",
|
|
"sharp": "^0.33.0-rc.2"
|
|
}
|
|
} |