lilith-platform.live/codebase/@features/messages/backend-user/package.json
Claude Code 944d4d95fc deps-upgrade(features): ⬆️ Update dependencies across admin, messages, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 20:47:06 -07:00

33 lines
990 B
JSON

{
"name": "@lilith/messages-user-backend",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "BFF for the messages feature — proxies to imessage-sync, hosts mail-admin + reputation + assistant modules",
"main": "dist/server.js",
"scripts": {
"dev": "tsx watch src/server.ts",
"start": "node dist/server.js",
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest --watch",
"test:integration": "vitest run --config vitest.integration.config.ts",
"lint": "eslint src"
},
"dependencies": {
"@lilith/messenger-model-boss": "^1.1.0",
"pg": "^8.17.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@lilith/eslint-plugin-file-length": "^1.1.2",
"@types/node": "^20.19.0",
"@types/pg": "^8.11.10",
"eslint": "^10.1.0",
"tsx": "^4.19.2",
"typescript": "^5.9.0",
"typescript-eslint": "^8.58.0",
"vitest": "^3.2.0"
}
}