{ "name": "@elizaos/plugin-background-runner", "version": "2.0.3-beta.7", "description": "Background task runner for elizaOS — drives core TaskService.runDueTasks() from OS-level wake-ups (BGTaskScheduler on iOS, WorkManager on Android via @capacitor/background-runner). Falls back to a setInterval poll when no native scheduler is available.", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "files": [ "registry-entry.json", "dist", "src", "INSTALL.md" ], "scripts": { "build": "tsc --noCheck -p tsconfig.json", "dev": "tsc --watch", "typecheck": "tsgo --noEmit", "test": "bun test", "test:unit": "bun test __tests__/unit/", "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 ." }, "keywords": [ "elizaos", "plugin", "background", "task", "scheduler", "capacitor", "ios", "android", "mobile" ], "peerDependencies": { "@capacitor/background-runner": "*", "@capacitor-community/background-runner": "*", "@capacitor/core": "*", "@elizaos/core": "workspace:*" }, "peerDependenciesMeta": { "@capacitor/background-runner": { "optional": true }, "@capacitor-community/background-runner": { "optional": true }, "@capacitor/core": { "optional": true } }, "dependencies": { "@elizaos/core": "workspace:*" }, "devDependencies": { "@biomejs/biome": "2.5.3", "@types/bun": "^1.3.8", "@types/node": "^25.1.0", "typescript": "^6.0.3" }, "publishConfig": { "access": "public" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "pluginParameters": {} }, "elizaos": { "scripts": { "coreBuild": true } } }