{ "name": "lynq-chat", "version": "1.0.0-alpha.0", "description": "A flexible chat software.", "author": { "name": "Last2014", "email": "info@last2014.com", "url": "https://about.last2014.com" }, "scripts": { "start": "pnpm -F backend start", "dev": "pnpm -r --parallel --no-bail dev", "build": "pnpm -r --parallel build" }, "license": "AGPL-3.0-only", "packageManager": "pnpm@10.29.1" }