Files
fluxer/fluxer_api/package.json
T

87 lines
2.6 KiB
JSON

{
"name": "fluxer_api",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run",
"typecheck": "tsgo --noEmit",
"dev": "tsx watch --clear-screen=false src/AppEntrypoint.ts",
"start": "tsx src/AppEntrypoint.ts",
"start:worker": "tsx src/WorkerEntrypoint.ts"
},
"dependencies": {
"@atproto/api": "catalog:",
"@aws-sdk/client-s3": "catalog:",
"@aws-sdk/lib-storage": "catalog:",
"@aws-sdk/s3-request-presigner": "catalog:",
"@bluesky-social/jwk-jose": "catalog:",
"@bluesky-social/oauth-client-node": "catalog:",
"@bufbuild/protobuf": "^2.12.0",
"@fluxer/config": "workspace:*",
"@fluxer/constants": "workspace:*",
"@fluxer/date_utils": "workspace:*",
"@fluxer/errors": "workspace:*",
"@fluxer/hono": "workspace:*",
"@fluxer/i18n": "workspace:*",
"@fluxer/instance_bootstrap": "workspace:*",
"@fluxer/ip_utils": "workspace:*",
"@fluxer/limits": "workspace:*",
"@fluxer/logger": "workspace:*",
"@fluxer/schema": "workspace:*",
"@fluxer/snowflake": "workspace:*",
"@pkgs/cache": "workspace:*",
"@pkgs/captcha": "workspace:*",
"@pkgs/cassandra": "workspace:*",
"@pkgs/elasticsearch_search": "workspace:*",
"@pkgs/email": "workspace:*",
"@pkgs/geoip": "workspace:*",
"@pkgs/http_client": "workspace:*",
"@pkgs/initialization": "workspace:*",
"@pkgs/kv_client": "workspace:*",
"@pkgs/locale": "workspace:*",
"@pkgs/media_proxy_utils": "workspace:*",
"@pkgs/mime_utils": "workspace:*",
"@pkgs/nats": "workspace:*",
"@pkgs/postgres": "workspace:*",
"@pkgs/rate_limit": "workspace:*",
"@pkgs/sms": "workspace:*",
"@pkgs/virus_scan": "workspace:*",
"@pkgs/worker": "workspace:*",
"@simplewebauthn/server": "catalog:",
"@types/node": "catalog:",
"archiver": "catalog:",
"argon2": "catalog:",
"bowser": "catalog:",
"cassandra-driver": "catalog:",
"fast-xml-parser": "catalog:",
"hi-base32": "catalog:",
"hono": "catalog:",
"html-entities": "catalog:",
"idna-uts46-hx": "catalog:",
"itty-time": "catalog:",
"jose": "catalog:",
"livekit-server-sdk": "catalog:",
"lodash": "catalog:",
"luxon": "catalog:",
"mime": "catalog:",
"nats": "catalog:",
"sharp": "catalog:",
"stripe": "catalog:",
"tempy": "catalog:",
"transliteration": "catalog:",
"tsx": "catalog:",
"uint8array-extras": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@types/archiver": "catalog:",
"@types/lodash": "catalog:",
"@types/luxon": "catalog:",
"@typescript/native-preview": "catalog:",
"msw": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.29.3"
}