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.
35 lines (34 loc) • 740 B
JSON
{
"name": "node-cmake",
"author": "Colin Taylor <cjntaylor@gmail.com>",
"version": "2.3.2",
"description": "A CMake-based build system for node.js native modules",
"keywords": [
"cmake",
"native",
"module",
"build"
],
"license": "ISC",
"main": "index.js",
"bin": {
"ncmake": "lib/ncmake.js"
},
"directories": {
"example": "example"
},
"dependencies": {
"nan": "*",
"which": "^1.2.14",
"yargs": "^7.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cjntaylor/node-cmake.git"
},
"bugs": {
"url": "https://github.com/cjntaylor/node-cmake/issues"
},
"homepage": "https://github.com/cjntaylor/node-cmake#readme"
}