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>
17 lines
580 B
JSON
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"
|
|
}
|
|
}
|