{ "name": "@dorfteich/collab", "version": "0.0.0", "private": true, "description": "Dorfteich collaboration server (Yjs/Hocuspocus)", "license": "MIT", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "devDependencies": { "vitest": "^3.0.0" } }