{ "name": "collaboration", "version": "1.0.0", "description": "", "main": "app.ts", "scripts": { "dev": "bun app.ts", "start": "bun app.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@hocuspocus/server": "^2.11.3", "bun": "^1.0.36", "typescript": "5.4.3", "y-protocols": "^1.0.6", "yjs": "^13.6.14" } }