- Multi-architecture Docker image (ARM64 + AMD64) - Kubernetes manifests for 3-replica deployment - Traefik ingress configuration - NGINX Proxy Manager integration - ConfigMap-based configuration - Automated build and deployment scripts - Session monitoring tools
29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"name": "webterm",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.3.0"
|
|
}
|
|
},
|
|
"node_modules/@xterm/addon-fit": {
|
|
"version": "0.10.0",
|
|
"resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.10.0.tgz",
|
|
"integrity": "sha512-UFYkDm4HUahf2lnEyHvio51TNGiLK66mqP2JoATy7hRZeXaGMRDr00JiSF7m63vR5WKATF605yEggJKsw0JpMQ==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@xterm/xterm": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@xterm/xterm": {
|
|
"version": "5.5.0",
|
|
"resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz",
|
|
"integrity": "sha512-hqJHYaQb5OptNunnyAnkHyM8aCjZ1MEIDTQu1iIbbTD/xops91NB5yq1ZK/dC2JDbVWtF23zUtl9JE2NqwT87A==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|