{ "name": "@bgorzelic/ghostlink", "version": "0.1.0", "description": "Local-first MCP server (STDIO) for agentic coding workflows on macOS", "mcpName": "io.github.bgorzelic/ghostlink", "type": "module", "main": "dist/index.js", "bin": { "ghostlink": "dist/index.js" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/bgorzelic/ghostlink.git" }, "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "coding-agent" ], "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src/ tests/", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "diff": "^8.0.3", "zod": "^3.24.0" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/node": "^22.0.0", "eslint": "^9.0.0", "tsx": "^4.0.0", "typescript": "^5.7.0", "typescript-eslint": "^8.0.0", "vitest": "^3.0.0" }, "engines": { "node": ">=18" } }