{ "name": "@aoagents/ao-plugin-agent-grok", "version": "0.1.2", "description": "Agent plugin: Grok", "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-grok" }, "homepage": "https://github.com/ComposioHQ/agent-orchestrator", "bugs": { "url": "https://github.com/ComposioHQ/agent-orchestrator/issues" }, "engines": { "node": ">=20.18.3" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run", "clean": "rm -rf dist" }, "dependencies": { "@aoagents/ao-core": "workspace:*", "which": "^6.0.1" }, "devDependencies": { "@types/which": "^3.0.4", "@types/node": "^25.2.3", "typescript": "^5.7.0", "vitest": "^3.0.0" } }