{ "name": "repomix-website-server", "private": true, "type": "module", "scripts": { "dev": "PORT=8080 tsx watch src/index.ts", "build": "tsc", "lint": "npm run lint-tsc", "lint-tsc": "tsgo --noEmit", "start": "node dist/index.js", "clean": "rimraf dist", "cloud-deploy": "gcloud builds submit --config=cloudbuild.yaml ." }, "dependencies": { "@google-cloud/logging-winston": "^6.0.1", "@hono/node-server": "^1.19.6", "fflate": "^0.8.2", "hono": "^4.10.7", "repomix": "^1.9.2", "winston": "^3.18.3", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^24.10.1", "@typescript/native-preview": "^7.0.0-dev.20251205.1", "rimraf": "^6.1.2", "tsx": "^4.21.0", "typescript": "^5.9.3" } }