package.json•642 B
{
"name": "mcp-apple-reminders",
"author": "Nikhil Sonti",
"version": "1.0.0",
"description": "MCP server for Apple Reminders",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node --esm src/index.ts",
"test": "node dist/tests/test-reminders.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"express": "^4.18.2",
"node-reminders": "^1.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}