{ "name": "@elizaos/capacitor-agent", "version": "2.0.3-beta.7", "description": "Starts, stops, and monitors the embedded Eliza agent runtime.", "keywords": [ "agent-runtime", "lifecycle", "chat", "runtime-control" ], "main": "./dist/plugin.cjs.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "types": "./dist/esm/index.d.ts", "bun": "./src/index.ts", "development": "./src/index.ts", "import": "./dist/esm/index.js", "require": "./dist/plugin.cjs.js" }, "./package.json": "./package.json" }, "unpkg": "dist/plugin.js", "files": [ "android/src/main/", "android/build.gradle", "dist/", "ios/Sources/", "*.podspec", "dist" ], "author": "elizaOS", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/elizaOS/eliza.git", "directory": "plugins/plugin-native-agent" }, "scripts": { "build": "node ../../packages/scripts/with-package-build-lock.mjs plugins/plugin-native-agent -- bun run build:unlocked", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist", "test": "vitest run", "prepublishOnly": "bun run build", "watch": "tsc --watch", "build:unlocked": "bun run clean && tsc && bunx rollup -c rollup.config.mjs", "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": { "@capacitor/core": "^8.3.1", "rollup": "^4.60.2", "typescript": "^6.0.3", "vitest": "^4.0.0" }, "peerDependencies": { "@capacitor/core": "^8.3.1" }, "publishConfig": { "access": "public" }, "capacitor": { "ios": { "src": "ios", "podName": "ElizaCapacitorAgent" }, "android": { "src": "android" } } }