Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| } | |