{
  "name": "reminder-mcp",
  "version": "1.0.4",
  "description": "A mcp server for scheduling and triggering reminders",
  "type": "module",
  "bin": {
    "reminder": "./build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "do-publish": "npm i && npm run build && npm publish"
  },
  "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.15.0",
    "accepts": "^2.0.0",
    "acorn": "^8.15.0",
    "acorn-walk": "^8.3.4",
    "arg": "^4.1.3",
    "asynckit": "^0.4.0",
    "axios": "^1.10.0",
    "body-parser": "^2.2.0",
    "combined-stream": "^1.0.8",
    "content-disposition": "^1.0.0",
    "content-type": "^1.0.5",
    "cookie": "^0.7.2",
    "cookie-signature": "^1.2.2",
    "create-require": "^1.1.1",
    "debug": "^4.4.1",
    "delayed-stream": "^1.0.0",
    "diff": "^4.0.2",
    "dotenv": "^17.1.0",
    "encodeurl": "^2.0.0",
    "es-set-tostringtag": "^2.1.0",
    "escape-html": "^1.0.3",
    "etag": "^1.8.1",
    "express": "^5.1.0",
    "finalhandler": "^2.1.0",
    "follow-redirects": "^1.15.9",
    "form-data": "^4.0.3",
    "fresh": "^2.0.0",
    "has-tostringtag": "^1.0.2",
    "http-errors": "^2.0.0",
    "make-error": "^1.3.6",
    "merge-descriptors": "^2.0.0",
    "mime-types": "^3.0.1",
    "on-finished": "^2.4.1",
    "once": "^1.4.0",
    "parseurl": "^1.3.3",
    "proxy-addr": "^2.0.7",
    "proxy-from-env": "^1.1.0",
    "qs": "^6.14.0",
    "range-parser": "^1.2.1",
    "router": "^2.2.0",
    "send": "^1.2.0",
    "serve-static": "^2.2.0",
    "statuses": "^2.0.2",
    "ts-node": "^10.9.2",
    "type-is": "^2.0.1",
    "undici-types": "^7.8.0",
    "uuid": "^11.1.0",
    "v8-compile-cache-lib": "^3.0.1",
    "vary": "^1.1.2",
    "yn": "^3.1.1",
    "zod": "^3.25.75"
  },
  "keywords": [
    "reminder",
    "mcp",
    "LLM",
    "LLM-server",
    "AI",
    "AItools",
    "ModelContextProtocol",
    "mcp-server",
    "scheduler",
    "cron",
    "slack",
    "telegram",
    "notification",
    "server",
    "automation",
    "nodejs"
  ]
}
