{
  "name": "opencode-agent-config",
  "version": "1.1.3",
  "description": "Unified agent configurations for Qwen Code, Opencode, and Claude Code - includes agents, skills, rules, and workflows",
  "keywords": [
    "opencode",
    "qwen",
    "qwen-code",
    "claude",
    "claude-code",
    "agents",
    "ai",
    "configuration",
    "skills"
  ],
  "homepage": "https://github.com/VacoBinarySemanticsLLP/opencode-package#readme",
  "bugs": {
    "url": "https://github.com/VacoBinarySemanticsLLP/opencode-package/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VacoBinarySemanticsLLP/opencode-package.git"
  },
  "license": "MIT",
  "author": "Highspring India LLP",
  "type": "commonjs",
  "main": "index.js",
  "bin": {
    "install-opencode-agents": "scripts/install-unified.sh"
  },
  "files": [
    "scripts/**",
    "agents/**",
    "skills/**",
    "rules/**",
    "workflows/**",
    "mcp_config.json"
  ],
  "scripts": {
    "install": "bash scripts/install-unified.sh",
    "postinstall": "bash scripts/install-unified.sh"
  }
}
