{ "name": "@elizaos/macosreminders", "version": "2.0.3-beta.7", "description": "macOS Apple Reminders native bridge policy helpers for Eliza runtimes.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "bun": "./src/index.ts", "development": "./src/index.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "dist" ], "engines": { "node": ">=24.0.0" }, "homepage": "https://github.com/elizaOS/eliza", "repository": { "type": "git", "url": "git+https://github.com/elizaOS/eliza.git", "directory": "plugins/plugin-native-reminders" }, "keywords": [ "elizaos", "macos", "reminders", "eventkit" ], "scripts": { "build": "tsc --noCheck -p tsconfig.json", "test": "vitest run", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist", "prepublishOnly": "bun run build", "typecheck": "tsgo --noEmit -p tsconfig.json", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "devDependencies": { "typescript": "^6.0.3", "vitest": "^4.0.0" }, "author": "elizaOS", "license": "MIT", "eliza": { "platforms": [ "darwin" ], "runtime": "node", "platformDetails": { "darwin": "Shared Apple Reminders native bridge policy for macOS host runtimes." } }, "publishConfig": { "access": "public" } }