package.json•872 B
{
"name": "@eugenechen/mac-apps-launcher-mcp-server",
"version": "0.2.4",
"description": "MCP server for launching applications on macOS",
"license": "MIT",
"type": "module",
"module": "index.ts",
"bin": {
"mac-apps-launcher-mcp": "index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eugenechen0514/mac-apps-launcher.git"
},
"homepage": "https://github.com/eugenechen0514/mac-apps-launcher#readme",
"bugs": {
"url": "https://github.com/eugenechen0514/mac-apps-launcher/issues"
},
"keywords": [
"macos",
"launcher",
"applications",
"mcp",
"server"
],
"author": "Eugene Chen",
"scripts": {
"start": "bun index.ts",
"inspect": "npx @modelcontextprotocol/inspector bun index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.12.1",
"zod": "^3.25.61"
}
}