{
  "name": "reminder-mcp",
  "version": "1.0.11",
  "description": "A mcp server for scheduling and triggering reminders",
  "type": "module",
  "bin": {
    "reminder": "./build/index.js",
    "reminder-mcp": "./build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "do-publish": "npm i && npm run build && npm publish",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "build"
  ],
  "author": "arifszn",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/arifszn/reminder-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/arifszn/reminder-mcp/issues"
  },
  "devDependencies": {
    "@types/node": "^24.0.10",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.4",
    "dotenv": "^17.1.0",
    "zod": "^3.25.75"
  },
  "keywords": [
    "reminder",
    "mcp",
    "LLM",
    "LLM-server",
    "AI",
    "AItools",
    "ModelContextProtocol",
    "mcp-server",
    "scheduler",
    "cron",
    "slack",
    "telegram",
    "notification",
    "server",
    "automation",
    "nodejs"
  ]
}
