21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"name": "@lilith/mac-sync-mcp",
|
|
"version": "0.2.0", # Bumped for calls/phone support (Handoff 02 integration: recent_calls tool via /my/calls)
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"bin": {
|
|
"mac-sync-mcp": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|