{ "name": "@elizaos/plugin-tunnel", "version": "2.0.3-beta.7", "description": "Tunnel plugin for elizaOS — local Tailscale CLI backend (serve/funnel). Pair with @elizaos/plugin-elizacloud for the hosted headscale backend.", "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" ], "scripts": { "build": "tsc --noCheck -p tsconfig.json", "dev": "tsc --watch", "typecheck": "tsgo --noEmit", "test": "bun test", "test:unit": "bun test src/__tests__/", "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", "tunnel", "tailscale", "networking" ], "peerDependencies": { "@elizaos/core": "workspace:*" }, "dependencies": { "@elizaos/core": "workspace:*", "zod": "^4.4.2" }, "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": {} } }