mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
19 lines
355 B
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"
|
|
}
|
|
}
|