{ "name": "@mattheworiordan/remi", "version": "0.2.1", "mcpName": "io.github.mattheworiordan/remi", "description": "Fast, reliable CLI for Apple Reminders with section support and iCloud sync", "type": "module", "bin": { "remi": "dist/cli/index.js" }, "scripts": { "build": "tsc && chmod +x dist/cli/index.js", "dev": "tsx src/cli/index.ts", "test": "vitest run", "test:watch": "vitest", "test:integration": "vitest run --config vitest.integration.config.ts", "test:soak": "echo '\nSoak Test: Cross-device sync verification\n=========================================\nCopy the prompt from tests/soak/SOAK_TEST.md and paste it into\na Claude Code session with computer-use MCP connected.\n\nOr run: cat tests/soak/SOAK_TEST.md\n'", "lint": "biome check src/ tests/", "lint:fix": "biome check --write src/ tests/", "build:swift": "bash src/swift/build.sh", "prepublishOnly": "npm run build && npm run build:swift", "postinstall": "npm run build:swift || echo 'Swift build skipped (non-macOS or missing Xcode tools)'" }, "files": [ "dist/", "src/swift/", "LICENSE", "README.md" ], "keywords": [ "apple-reminders", "reminders", "cli", "macos", "icloud", "sections", "eventkit", "mcp" ], "author": "Matthew O'Riordan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mattheworiordan/remi.git" }, "engines": { "node": ">=18", "os": "darwin" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "better-sqlite3": "^12.8.0", "chalk": "^5.4.1", "chrono-node": "^2.9.0", "commander": "^14.0.0", "dayjs": "^1.11.13" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.15.3", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.1.3" } }