{ "name": "oh-my-opencode-slim", "version": "0.3.6", "description": "Lightweight agent orchestration plugin for OpenCode - a slimmed-down fork of oh-my-opencode", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "oh-my-opencode-slim": "./dist/cli/index.js" }, "type": "module", "license": "MIT", "keywords": [ "opencode", "opencode-plugin", "ai", "agents", "orchestration", "llm", "claude", "gpt", "gemini" ], "repository": { "type": "git", "url": "https://github.com/alvinunreal/oh-my-opencode-slim" }, "bugs": { "url": "https://github.com/alvinunreal/oh-my-opencode-slim/issues" }, "homepage": "https://github.com/alvinunreal/oh-my-opencode-slim#readme", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "bun build src/index.ts --outdir dist --target bun --format esm && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm && tsc --emitDeclarationOnly", "typecheck": "tsc --noEmit", "test": "bun test", "dev": "bun run build && opencode", "prepublishOnly": "bun run build" }, "dependencies": { "@ast-grep/cli": "^0.40.0", "@modelcontextprotocol/sdk": "^1.25.1", "@opencode-ai/plugin": "^1.1.19", "@opencode-ai/sdk": "^1.1.19", "zod": "^4.1.8" }, "devDependencies": { "bun-types": "latest", "typescript": "^5.7.3" }, "trustedDependencies": [ "@ast-grep/cli" ] }