{
  "name": "mcp-fantastical",
  "version": "1.2.0",
  "mcpName": "io.github.aplaceforallmystuff/mcp-fantastical",
  "description": "MCP server for Fantastical calendar app - create events, view calendar, and manage schedules",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "bin": {
    "mcp-fantastical": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build:native": "./native/build.sh",
    "build": "tsc && npm run build:native",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "fantastical",
    "calendar",
    "model-context-protocol",
    "claude",
    "ai",
    "applescript",
    "macos",
    "eventkit"
  ],
  "author": "Jim Christian",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aplaceforallmystuff/mcp-fantastical.git"
  }
}
