Files
host-git-cred-proxy/package.json
严浩 88aa9aa5df Update project docs and metadata for new layout
Document the host/container split and update the package scripts and ignore rules to match the reorganized structure.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-08 17:51:12 +08:00

17 lines
580 B
JSON

{
"name": "host-git-cred-proxy",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Reuse host Git HTTPS credentials inside Docker containers on macOS.",
"scripts": {
"start": "./host/start.sh",
"stop": "./host/stop.sh",
"status": "./host/status.sh",
"check": "bash -n host/start.sh && bash -n host/stop.sh && bash -n host/status.sh && bash -n container/configure-git.sh && bash -n container/git-credential-hostproxy && node --check host/server.mjs && node --check container/helper.mjs"
},
"engines": {
"node": ">=18"
}
}