{ "name": "@elizaos/plugin-app-manager", "version": "2.0.3-beta.7", "description": "App lifecycle plugin for elizaOS: hosted-app launch / list / close, run-state store, and the /api/apps/* route surface. Extracted from @elizaos/agent (Phase 4G).", "main": "dist/index.js", "type": "module", "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" }, "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "files": [ "dist" ], "keywords": [ "elizaos", "plugin", "app-manager", "app-lifecycle", "hosted-apps" ], "dependencies": { "@elizaos/core": "workspace:*", "@elizaos/plugin-registry": "workspace:*", "@elizaos/shared": "workspace:*", "@elizaos/auth": "workspace:*" }, "devDependencies": { "typescript": "^6.0.3", "vitest": "^4.0.0" }, "scripts": { "build": "bun run build.ts", "dev": "bun run build.ts", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist", "typecheck": "tsgo --noEmit --rootDir ../..", "test": "vitest run --config vitest.config.ts", "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 ." }, "publishConfig": { "access": "public" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0" }, "elizaos": { "scripts": { "coreBuild": true } } }