shell-mirror
Version:
Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.
31 lines • 864 B
JSON
{
"name": "terminal-mirror-mac-agent",
"version": "2.0.0",
"description": "WebRTC-based Mac Terminal Agent for Terminal Mirror",
"main": "agent.js",
"scripts": {
"setup": "node manual-setup.js",
"setup-web": "node web-setup.js",
"setup-oauth": "node interactive-setup.js",
"setup-simple": "node setup.js",
"start": "node agent.js",
"dev": "nodemon agent.js",
"install-service": "node install-service.js",
"uninstall-service": "node uninstall-service.js"
},
"dependencies": {
"ws": "^8.14.2",
"node-pty": "^1.0.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"winston": "^3.11.0",
"@koush/wrtc": "^0.5.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"keywords": ["terminal", "webrtc", "mac", "agent", "remote"],
"author": "Terminal Mirror",
"license": "MIT"
}