{ "name": "@composio/ao-plugin-agent-opencode", "version": "0.1.0", "description": "Agent plugin: OpenCode", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/ComposioHQ/agent-orchestrator.git", "directory": "packages/plugins/agent-opencode" }, "homepage": "https://github.com/ComposioHQ/agent-orchestrator", "bugs": { "url": "https://github.com/ComposioHQ/agent-orchestrator/issues" }, "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run", "clean": "rm -rf dist" }, "dependencies": { "@composio/ao-core": "workspace:*" }, "devDependencies": { "@types/node": "^25.2.3", "typescript": "^5.7.0", "vitest": "^3.0.0" } }