{ "name": "@elizaos/plugin-health", "version": "2.0.3-beta.7", "description": "Health, sleep, circadian and screen-time domain plugin for elizaOS — extracted from app-lifeops in Wave 1 (W1-B). Owns connectors (Apple Health, Google Fit, Strava, Fitbit, Withings, Oura), sleep/circadian/regularity engines, screen-time aggregation, and the wake/bedtime/nap anchor contributions consumed by app-lifeops via the W1-F connector / channel / signal-bus contracts.", "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", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./ui": { "types": "./dist/ui/index.d.ts", "eliza-source": { "types": "./src/ui/index.ts", "import": "./src/ui/index.ts", "default": "./src/ui/index.ts" }, "import": "./dist/ui/index.js", "default": "./dist/ui/index.js" }, "./ui/index": { "types": "./dist/ui/index.d.ts", "eliza-source": { "types": "./src/ui/index.ts", "import": "./src/ui/index.ts", "default": "./src/ui/index.ts" }, "import": "./dist/ui/index.js", "default": "./dist/ui/index.js" }, "./screen-time/mobile-signal-setup": { "types": "./dist/screen-time/mobile-signal-setup.d.ts", "eliza-source": { "types": "./src/screen-time/mobile-signal-setup.ts", "import": "./src/screen-time/mobile-signal-setup.ts", "default": "./src/screen-time/mobile-signal-setup.ts" }, "import": "./dist/screen-time/mobile-signal-setup.js", "default": "./dist/screen-time/mobile-signal-setup.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": [ "assets", "dist" ], "scripts": { "typecheck": "tsgo --noEmit -p tsconfig.json", "test": "vitest run --config vitest.config.ts", "test:scenarios": "cd ../.. && bun --conditions eliza-source --tsconfig-override tsconfig.json packages/scenario-runner/src/cli.ts run plugins/plugin-health/test/scenarios --lane live-only --report-dir reports/scenarios/live-health --run-dir reports/scenarios/live-health --export-native reports/scenarios/live-health/native.jsonl", "build": "bun run build:js && bun run build:views && bun run build:types", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist", "build:js": "tsup --config ../tsup.plugin-packages.shared.ts", "build:views": "bunx --bun vite build --config vite.config.views.ts", "build:types": "tsc --noCheck -p tsconfig.build.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 ." }, "dependencies": { "@elizaos/core": "workspace:*", "@elizaos/shared": "workspace:*", "@elizaos/ui": "workspace:*", "lucide-react": "^1.0.0" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@biomejs/biome": "2.5.3", "@elizaos/plugin-scheduling": "workspace:*", "@types/node": "^25.6.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tsup": "^8.5.1", "typescript": "^6.0.3", "vite": "^8.0.0", "vitest": "^4.0.0" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "pluginParameters": {} }, "publishConfig": { "access": "public" } }