marp-share / package.json
Nipun's picture
Deploy marp-share (M1–M5): realtime + persistence + HF auth + comments + export
43370b3 verified
Raw
History Blame Contribute Delete
566 Bytes
{
"name": "marp-share",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Collaborative Marp editor (Overleaf + Google Slides for Markdown) on a Hugging Face Docker Space",
"workspaces": [
"client",
"server"
],
"scripts": {
"dev": "npm run dev --workspace client",
"dev:server": "npm run dev --workspace server",
"build": "npm run build --workspace client",
"start": "tsx server/src/index.ts",
"typecheck": "npm run typecheck --workspace client"
},
"devDependencies": {
"tsx": "^4.19.2"
}
}