UNPKG

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.

21 lines (20 loc) 355 B
{ "name": "addon", "version": "1.0.0", "description": "Node.js example native module", "keywords": [ "addon", "native", "module" ], "author": "Node.js Foundation", "license": "ISC", "main": "index.js", "scripts": { "install": "ncmake rebuild" }, "repository": {}, "devDependencies": { "node-cmake": "2.x" } }