{ "name": "pub-repo", "version": "0.1.0", "private": true, "description": "Minimal self-hosted git remote with per-repo public/private toggle", "type": "module", "engines": { "node": ">=22" }, "scripts": { "dev": "node --env-file=.env --watch src/index.ts", "start": "node --env-file=.env src/index.ts", "typecheck": "tsc" }, "dependencies": { "express": "^5.1.0", "highlight.js": "^11.11.1", "markdown-it": "^14.1.0" }, "devDependencies": { "@types/express": "^5.0.0", "@types/markdown-it": "^14.1.2", "@types/node": "^24.0.0", "typescript": "^5.7.0" } }