marp-share / server /package.json
Nipun's picture
Deploy marp-share (M1–M5): realtime + persistence + HF auth + comments + export
43370b3 verified
Raw
History Blame Contribute Delete
578 Bytes
{
"name": "@marp-share/server",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts"
},
"dependencies": {
"@hocuspocus/extension-database": "^2.15.2",
"@hocuspocus/server": "^2.15.2",
"@hono/node-server": "^1.13.7",
"@huggingface/hub": "^2.6.13",
"@marp-team/marp-cli": "^4.1.2",
"hono": "^4.6.13",
"ws": "^8.18.0",
"yjs": "^13.6.20"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/ws": "^8.5.13",
"tsx": "^4.19.2"
}
}