{
  "name": "@laylzj777/my-apple-apple-eventkit",
  "version": "1.1.0",
  "description": "Apple Calendar & Reminders MCP server with a prebuilt EventKit CLI and lenient date-input normalization. Based on mcp-server-apple-events (FradSer, MIT).",
  "author": "my-apple-apple-eventkit contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lay777/my-apple-apple-eventkit.git"
  },
  "keywords": [
    "mcp",
    "apple",
    "reminders",
    "calendar",
    "events",
    "automation"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "bin": {
    "apple-calendar-mcp": "./dist/bin/apple-calendar.js",
    "apple-reminders-mcp": "./dist/bin/apple-reminders.js"
  },
  "files": [
    "bin/event",
    "bin/event-disclaim",
    "dist/",
    "scripts/postinstall.mjs",
    "scripts/build-event.mjs",
    "scripts/event-Info.plist",
    "scripts/event.entitlements",
    "scripts/disclaim.c",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "build:ts": "tsc -p tsconfig.build.json",
    "build:event": "node scripts/build-event.mjs",
    "build": "pnpm run clean && pnpm run build:ts && pnpm run build:event",
    "notarize": "node scripts/notarize.mjs",
    "build:release": "pnpm run clean && pnpm run build:ts && pnpm run build:event && pnpm run notarize",
    "postinstall": "node scripts/postinstall.mjs",
    "test": "NODE_NO_WARNINGS=1 jest",
    "test:ci": "NODE_NO_WARNINGS=1 jest --coverage",
    "lint": "pnpm exec biome check --write --unsafe && pnpm exec tsc --noEmit --project tsconfig.json",
    "check": "pnpm run lint && pnpm run test:ci"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "exit-on-epipe": "^1.0.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.2",
    "@swc/core": "^1.15.43",
    "@swc/jest": "^0.2.39",
    "@types/jest": "^30.0.0",
    "@types/node": "^26.1.0",
    "jest": "^30.4.2",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "pnpm": {
    "overrides": {
      "test-exclude": "^8.0.0",
      "glob": "^13.0.6"
    },
    "onlyBuiltDependencies": [
      ",",
      "b",
      "d",
      "e",
      "i",
      "k",
      "l",
      "o",
      "r",
      "s",
      "u",
      "unrs-resolver",
      "w"
    ]
  },
  "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}
