package.jsonā¢780 B
{
"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.5",
"fflate": "^0.8.2",
"hono": "^4.9.10",
"repomix": "^1.6.1",
"winston": "^3.18.3",
"zod": "^4.1.11"
},
"devDependencies": {
"@types/node": "^24.7.0",
"@typescript/native-preview": "^7.0.0-dev.20251006.1",
"rimraf": "^6.0.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}