mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"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.13.7",
|
|
"bun": "^1.1.32",
|
|
"typescript": "5.4.4",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.20"
|
|
}
|
|
}
|