{ "name": "lysand", "module": "index.ts", "type": "module", "version": "0.3.0", "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 --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", "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": "latest", "@typescript-eslint/parser": "latest", "@unocss/cli": "latest", "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": "latest", "unocss": "latest", "@vitejs/plugin-vue": "latest", "@vueuse/head": "^2.0.0", "vite": "latest", "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": "file:packages/cli-parser", "cli-table": "^0.3.11", "config-manager": "file:packages/config-manager", "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": "file:packages/log-manager", "marked": "latest", "media-manager": "file:packages/media-manager", "megalodon": "^9.1.1", "meilisearch": "latest", "merge-deep-ts": "^1.2.6", "next-route-matcher": "^1.0.1", "oauth4webapi": "^2.4.0", "prisma": "^5.6.0", "prisma-redis-middleware": "^4.8.0", "request-parser": "file:packages/request-parser", "semver": "^7.5.4", "sharp": "^0.33.0-rc.2" } }