learnhouse/apps/collaboration/package.json

19 lines
355 B
JSON

{
"name": "collaboration",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"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"
}
}